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 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 = [