Skip to content

Commit 92c8b0a

Browse files
committed
add zip_safe as False
1 parent d0a6a03 commit 92c8b0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,5 @@ def check_tag_version():
9494
"Homepage": "https://pyscript.net",
9595
"Repository": "https://github.com/pyscript/pyscript-cli",
9696
},
97+
zip_safe=False,
9798
)

0 commit comments

Comments
 (0)