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 9ad2910 commit 8441102Copy full SHA for 8441102
setup.py
@@ -106,7 +106,7 @@ def get_long_description():
106
package_dir={"": "cli"},
107
packages=find_packages("cli"),
108
package_data={
109
- "dstack._internal": ["schemas/*.json", "scripts/*.sh"],
+ "dstack._internal": ["schemas/*.json", "scripts/*.sh", "scripts/*.py"],
110
"dstack._internal.hub": [
111
"statics/*",
112
"statics/**/*",
0 commit comments