8000 Added zip_safe info to setup.py file · gitpython-developers/GitPython@685760a · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

< 8000 /custom-scopes>
Appearance settings

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

Lines changed: 1 addition & 0 deletions
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)
0