Skip to content

Commit 3288a24

Browse files
committed
setup.py: fixed requirement - its interesting to see that there are two different keywords for distutils and setuptools, the latter one doesn't read the ones of the first one, unfortunately
1 parent b425301 commit 3288a24

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/git/ext/gitdb

Submodule gitdb updated from ac7d475 to f534e6e

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ def _stamp_version(filename):
6262
package_dir = {'':'lib'},
6363
license = "BSD License",
6464
requires=('gitdb (>=0.5)',),
65+
install_requires='gitdb >= 0.5.0',
6566
long_description = """\
6667
GitPython is a python library used to interact with Git repositories""",
6768
classifiers = [

0 commit comments

Comments
 (0)