mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 14:55:00 +00:00
Added project URLs to setup.py
This commit is contained in:
parent
c1bc6465a0
commit
49eb864895
1 changed files with 5 additions and 0 deletions
5
setup.py
5
setup.py
|
@ -31,6 +31,11 @@ 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",
|
||||||
|
project_urls={
|
||||||
|
"Homepage": "https://aider.chat",
|
||||||
|
"Documentation": "https://aider.chat/docs/",
|
||||||
|
"Repository": "https://github.com/paul-gauthier/aider",
|
||||||
|
},
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 4 - Beta",
|
"Development Status :: 4 - Beta",
|
||||||
"Environment :: Console",
|
"Environment :: Console",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue