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.
1 parent ceb02aa commit 372ae41Copy full SHA for 372ae41
1 file changed
setup.py
@@ -133,6 +133,10 @@ def get_long_description():
133
url="https://dstack.ai",
134
project_urls={
135
"Source": "https://github.com/dstackai/dstack",
136
+ "Docs": "https://dstack.ai/docs",
137
+ "Issues": "https://github.com/dstackai/dstack/issues",
138
+ "Changelog": "https://github.com/dstackai/dstack/releases",
139
+ "Discord": "https://discord.gg/u8SmfwPpMd",
140
},
141
description="dstack is an open-source orchestration engine for running AI workloads on any cloud or on-premises.",
142
long_description=get_long_description(),
0 commit comments