Skip to content

Commit

Permalink
Added project_urls in setup.py to fix PyPI upload via twine.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaufManu committed Mar 19, 2024
1 parent fe004a3 commit 32f8ab3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[metadata]
description-file = README.md
url = https://github.com/eth-ait/aitviewer

[tool:pytest]
addopts = -rs
Expand Down
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
)

0 comments on commit 32f8ab3

Please sign in to comment.