Skip to content

Commit 685760a

Browse files
committed
Added zip_safe info to setup.py file
1 parent 22a88a7 commit 685760a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/git/ext/gitdb

Submodule gitdb updated from 2a048f4 to 1bc281d

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def _stamp_version(filename):
6363
license = "BSD License",
6464
requires=('gitdb (>=0.5.1)',),
6565
install_requires='gitdb >= 0.5.1',
66+
zip_safe=False,
6667
long_description = """\
6768
GitPython is a python library used to interact with Git repositories""",
6869
classifiers = [

0 commit comments

Comments
 (0)