summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 3a95ac8..d235c91 100755
--- a/setup.py
+++ b/setup.py
@@ -80,6 +80,7 @@ setup(cmdclass={'build_ext':build_ext_nofail},
package_dir = {'gitdb':''},
ext_modules=[Extension('gitdb._perf', ['_fun.c', '_delta_apply.c'], include_dirs=['.'])],
license = "BSD License",
+ zip_safe=False,
requires=('async (>=0.6.1)',),
install_requires='async >= 0.6.1',
long_description = """GitDB is a pure-Python git object database"""