diff --git a/pyproject.toml b/pyproject.toml index a58fa7a48..dab6790ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,24 +1,30 @@ [project] name = "openadapt" version = "1.10.0" -description = "Beta launcher for openadapt-flow: compile demonstrated GUI workflows into deterministic, governed local replay" +description = "OpenAdapt launcher for compiling demonstrated GUI workflows into deterministic, governed execution" readme = "README.md" requires-python = ">=3.10,<3.13" license = "MIT" authors = [ {name = "Richard Abrich", email = "richard@openadapt.ai"} ] -keywords = ["gui", "automation", "ml", "rpa", "agent", "vlm", "computer-use"] +keywords = [ + "gui", + "automation", + "workflow", + "verification", + "desktop", + "rdp", + "citrix", +] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", - "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", - "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Software Development :: Libraries :: Python Modules", ]