Merge pull request #298 from jackhallam/licence

Add license classifier to setup.py
This commit is contained in:
paul-gauthier 2023-10-30 08:57:48 -07:00 committed by GitHub
commit 423ba83a85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,4 +31,7 @@ setup(
long_description=long_description, long_description=long_description,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
url="https://github.com/paul-gauthier/aider", url="https://github.com/paul-gauthier/aider",
classifiers=[
"License :: OSI Approved :: Apache Software License",
],
) )