Skip to content
This repository was archived by the owner on Apr 14, 2024. It is now read-only.

Commit eccf3d6

Browse files
committed
setup.py: added zip_safe flag
1 parent 7298742 commit eccf3d6

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
@@ -79,5 +79,6 @@ def get_data_files(self):
7979
package_dir = {'async':''},
8080
ext_modules=[Extension('async.mod.zlib', ['mod/zlibmodule.c'])],
8181
license = "BSD License",
82+
zip_safe=False,
8283
long_description = """Async is a framework to process interdependent tasks in a pool of workers"""
8384
)

0 commit comments

Comments
 (0)