Skip to content

Commit

Permalink
Add project_urls to setup.py (#8224)
Browse files Browse the repository at this point in the history
  • Loading branch information
Laerte authored and madkinsz committed Jan 26, 2023
1 parent a131e71 commit 33a66af
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@
description="Workflow orchestration and management.",
author="Prefect Technologies, Inc.",
author_email="[email protected]",
url="https://github.com/PrefectHQ/prefect/",
url="https://www.prefect.io",
project_urls={
"Changelog": "https://github.com/PrefectHQ/prefect/blob/main/RELEASE-NOTES.md",
"Documentation": "https://docs.prefect.io",
"Source": "https://github.com/PrefectHQ/prefect",
"Tracker": "https://github.com/PrefectHQ/prefect/issues",
},
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
# Versioning
Expand Down

0 comments on commit 33a66af

Please sign in to comment.