diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2010-11-21 13:09:09 +0100 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2010-11-21 13:09:09 +0100 |
| commit | 1bc281d31b8d31fd4dcbcd9b441b5c7b2c1b0bb5 (patch) | |
| tree | 4471cabf5c13119f32decd90cbef452ed59f4e1e | |
| parent | 6edc28d6ab8b3f88673fd701b2c40104825a95df (diff) | |
| download | gitdb-0.5.2.tar.gz | |
Added zip_safe flag to setup.py0.5.2
| m--------- | ext/async | 0 | ||||
| -rwxr-xr-x | setup.py | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/ext/async b/ext/async -Subproject 7298742e1b7236f2a4e369f915722a6618cef73 +Subproject eccf3d63c655e7a184ba339d747c98e965c1a63 @@ -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""" |
