Skip to content

Commit

Permalink
Update setup.py to include gateway_publish.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor-S committed Aug 10, 2023
1 parent 9ad2910 commit 8441102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def get_long_description():
package_dir={"": "cli"},
packages=find_packages("cli"),
package_data={
"dstack._internal": ["schemas/*.json", "scripts/*.sh"],
"dstack._internal": ["schemas/*.json", "scripts/*.sh", "scripts/*.py"],
"dstack._internal.hub": [
"statics/*",
"statics/**/*",
Expand Down

0 comments on commit 8441102

Please sign in to comment.