Skip to content

Commit fb45262

Browse files
authored
Add project_urls to setup.py (PrefectHQ#8224)
1 parent 1da14ed commit fb45262

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

setup.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@
1111
description="Workflow orchestration and management.",
1212
author="Prefect Technologies, Inc.",
1313
author_email="[email protected]",
14-
url="https://github.com/PrefectHQ/prefect/",
14+
url="https://www.prefect.io",
15+
project_urls={
16+
"Changelog": "https://github.com/PrefectHQ/prefect/blob/main/RELEASE-NOTES.md",
17+
"Documentation": "https://docs.prefect.io",
18+
"Source": "https://github.com/PrefectHQ/prefect",
19+
"Tracker": "https://github.com/PrefectHQ/prefect/issues",
20+
},
1521
long_description=open("README.md").read(),
1622
long_description_content_type="text/markdown",
1723
# Versioning

0 commit comments

Comments
 (0)