8000 Fix release by madhur-tandon · Pull Request #152 · pyscript/pyscript-cli · GitHub
[go: up one dir, main page]

Skip to content

Fix release #152

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for 8000 GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Aug 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add zip_safe as False
  • Loading branch information
madhur-tandon committed Aug 26, 2024
commit 92c8b0af81346cd28d5b440a92f249d972f1f343
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,5 @@ def check_tag_version():
"Homepage": "https://pyscript.net",
"Repository": "https://github.com/pyscript/pyscript-cli",
},
zip_safe=False,
)
Loading
0