diff --git a/setup.py b/setup.py index 9a0d5bcdd..f89c2622e 100644 --- a/setup.py +++ b/setup.py @@ -32,6 +32,15 @@ setup( long_description_content_type="text/markdown", url="https://github.com/paul-gauthier/aider", classifiers=[ + "Development Status :: 4 - Beta", + "Environment :: Console", + "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python", + "Topic :: Software Development", ], )