Skip to content

Commit c2be11e

Browse files
committed
Add Download to Project-URLs in package metadata
1 parent 0f44617 commit c2be11e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ def run(self):
210210
project_urls = dict(
211211
Documentation="https://python-icat.readthedocs.io/",
212212
Source="https://github.com/icatproject/python-icat/",
213+
Download="https://github.com/icatproject/python-icat/releases/latest",
213214
Changes="https://python-icat.readthedocs.io/en/latest/changelog.html",
214215
),
215216
packages = ["icat"],

0 commit comments

Comments
 (0)