mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-22 05:14:59 +00:00
Merge pull request #298 from jackhallam/licence
Add license classifier to setup.py
This commit is contained in:
commit
423ba83a85
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
@ -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",
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue