Skip to content

Commit 4061936

Browse files
committed
Add a few Project-URLs to package metadata
1 parent e2f003b commit 4061936

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,11 @@ def run(self):
205205
"Programming Language :: Python :: 3.12",
206206
"Topic :: Software Development :: Libraries :: Python Modules",
207207
],
208+
project_urls = dict(
209+
Documentation="https://python-icat.readthedocs.io/",
210+
Source="https://github.com/icatproject/python-icat/",
211+
Changes="https://python-icat.readthedocs.io/en/latest/changelog.html",
212+
),
208213
packages = ["icat"],
209214
python_requires = ">=3.4",
210215
install_requires = requires,

0 commit comments

Comments
 (0)