Skip to content

Commit 372ae41

Browse files
authored
Add more project URLs on PyPI (#2215)
1 parent ceb02aa commit 372ae41

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ def get_long_description():
133133
url="https://dstack.ai",
134134
project_urls={
135135
"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",
136140
},
137141
description="dstack is an open-source orchestration engine for running AI workloads on any cloud or on-premises.",
138142
long_description=get_long_description(),

0 commit comments

Comments
 (0)