We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7298742 commit eccf3d6Copy full SHA for eccf3d6
setup.py
@@ -79,5 +79,6 @@ def get_data_files(self):
79
package_dir = {'async':''},
80
ext_modules=[Extension('async.mod.zlib', ['mod/zlibmodule.c'])],
81
license = "BSD License",
82
+ zip_safe=False,
83
long_description = """Async is a framework to process interdependent tasks in a pool of workers"""
84
)
0 commit comments