We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f003b commit 4061936Copy full SHA for 4061936
1 file changed
setup.py
@@ -205,6 +205,11 @@ def run(self):
205
"Programming Language :: Python :: 3.12",
206
"Topic :: Software Development :: Libraries :: Python Modules",
207
],
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
+ ),
213
packages = ["icat"],
214
python_requires = ">=3.4",
215
install_requires = requires,
0 commit comments