diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2010-11-21 13:20:54 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2010-11-21 13:20:54 +0100 |
commit | 685760ab33b8f9d7455b18a9ecb8c4c5b3315d66 (patch) | |
tree | b62d6257adb5b3abed5af2d9ca62742718133440 | |
parent | 22a88a7ec38e29827264f558f0c1691b99102e23 (diff) | |
download | gitpython-685760ab33b8f9d7455b18a9ecb8c4c5b3315d66.tar.gz |
Added zip_safe info to setup.py file
m--------- | lib/git/ext/gitdb | 0 | ||||
-rwxr-xr-x | setup.py | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/lib/git/ext/gitdb b/lib/git/ext/gitdb -Subproject 2a048f43d89112ff1f78ee05b59a9663e981f63 +Subproject 1bc281d31b8d31fd4dcbcd9b441b5c7b2c1b0bb @@ -63,6 +63,7 @@ setup(name = "GitPython", license = "BSD License", requires=('gitdb (>=0.5.1)',), install_requires='gitdb >= 0.5.1', + zip_safe=False, long_description = """\ GitPython is a python library used to interact with Git repositories""", classifiers = [ |