Skip to content

Commit

Permalink
fix: Add zip_safe to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
achillesrasquinha committed Dec 27, 2018
1 parent b05dadc commit 8789b1b
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 @@ -65,6 +65,7 @@ def get_dependencies(type_ = None):
keywords = " ".join(PKGINFO["__keywords__"]),
packages = find_packages(where = SRCDIR, exclude = ["tests"]),
package_dir = { "": SRCDIR },
zip_safe = False,
entry_points = {
"console_scripts": [
"%s = %s.__main__:main" % (
Expand Down

0 comments on commit 8789b1b

Please sign in to comment.