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

Commit

Permalink
setup.py: added zip_safe flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Nov 21, 2010
1 parent 7298742 commit eccf3d6
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 @@ -79,5 +79,6 @@ def get_data_files(self):
package_dir = {'async':''},
ext_modules=[Extension('async.mod.zlib', ['mod/zlibmodule.c'])],
license = "BSD License",
zip_safe=False,
long_description = """Async is a framework to process interdependent tasks in a pool of workers"""
)

0 comments on commit eccf3d6

Please sign in to comment.