We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a88a7 commit 685760aCopy full SHA for 685760a
lib/git/ext/gitdb
setup.py
@@ -63,6 +63,7 @@ def _stamp_version(filename):
63
license = "BSD License",
64
requires=('gitdb (>=0.5.1)',),
65
install_requires='gitdb >= 0.5.1',
66
+ zip_safe=False,
67
long_description = """\
68
GitPython is a python library used to interact with Git repositories""",
69
classifiers = [
0 commit comments