Skip to content

Commit 8441102

Browse files
committed
Update setup.py to include gateway_publish.py
1 parent 9ad2910 commit 8441102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def get_long_description():
106106
package_dir={"": "cli"},
107107
packages=find_packages("cli"),
108108
package_data={
109-
"dstack._internal": ["schemas/*.json", "scripts/*.sh"],
109+
"dstack._internal": ["schemas/*.json", "scripts/*.sh", "scripts/*.py"],
110110
"dstack._internal.hub": [
111111
"statics/*",
112112
"statics/**/*",

0 commit comments

Comments
 (0)