diff --git a/setup.cfg b/setup.cfg index b605216..870da89 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,6 @@ [metadata] description-file = README.md +url = https://github.com/eth-ait/aitviewer [tool:pytest] addopts = -rs diff --git a/setup.py b/setup.py index 4f6bb6f..afb07dc 100644 --- a/setup.py +++ b/setup.py @@ -59,4 +59,9 @@ platforms=["any"], python_requires=">=3.7,<3.11", install_requires=requirements, + project_urls={ + "Documentation": "https://eth-ait.github.io/aitviewer/", + "Source": "https://github.com/eth-ait/aitviewer", + "Bug Tracker": "https://github.com/eth-ait/aitviewer/issues", + }, )