We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
project_urls
setup.py
1 parent 1da14ed commit fb45262Copy full SHA for fb45262
setup.py
@@ -11,7 +11,13 @@
11
description="Workflow orchestration and management.",
12
author="Prefect Technologies, Inc.",
13
author_email="[email protected]",
14
- url="https://github.com/PrefectHQ/prefect/",
+ 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
+ },
21
long_description=open("README.md").read(),
22
long_description_content_type="text/markdown",
23
# Versioning
0 commit comments