added pypi classifiers

This commit is contained in:
Paul Gauthier 2023-10-30 09:01:00 -07:00
parent 423ba83a85
commit 4f5818c9a7

View file

@ -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",
],
)