From 4f5818c9a75a3dcfdff3d116229b0264afe927bd Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 30 Oct 2023 09:01:00 -0700 Subject: [PATCH] added pypi classifiers --- setup.py | 9 +++++++++ 1 file changed, 9 insertions(+) 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", ], )