Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Add zip_safe=False to setup.py (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stannislav authored Dec 21, 2020
1 parent a2db671 commit 8bbb2ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
package_dir={"": "src"},
packages=find_packages("./src"),
package_data={"bbsearch": ["_css/stylesheet.css", "py.typed"]},
zip_safe=False,
python_requires=">=3.6",
setup_requires=["setuptools_scm"],
install_requires=install_requires,
Expand Down

0 comments on commit 8bbb2ec

Please sign in to comment.