From 685760ab33b8f9d7455b18a9ecb8c4c5b3315d66 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 21 Nov 2010 13:20:54 +0100 Subject: Added zip_safe info to setup.py file --- lib/git/ext/gitdb | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/git/ext/gitdb b/lib/git/ext/gitdb index 2a048f43..1bc281d3 160000 --- a/lib/git/ext/gitdb +++ b/lib/git/ext/gitdb @@ -1 +1 @@ -Subproject commit 2a048f43d89112ff1f78ee05b59a9663e981f63f +Subproject commit 1bc281d31b8d31fd4dcbcd9b441b5c7b2c1b0bb5 diff --git a/setup.py b/setup.py index ee39528e..2d2fb690 100755 --- a/setup.py +++ b/setup.py @@ -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 = [ -- cgit v1.2.1