From 3288a244428751208394d8137437878277ceb71f Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 8 Jul 2010 11:49:21 +0200 Subject: 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 --- lib/git/ext/gitdb | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/git/ext/gitdb b/lib/git/ext/gitdb index ac7d4757..f534e6e9 160000 --- a/lib/git/ext/gitdb +++ b/lib/git/ext/gitdb @@ -1 +1 @@ -Subproject commit ac7d4757ab4041f5f0f5806934130024b098bb82 +Subproject commit f534e6e9a24f2ac7e7e0f3679551b512d4af569a diff --git a/setup.py b/setup.py index bfc2be0a..2dc1aa5a 100755 --- a/setup.py +++ b/setup.py @@ -62,6 +62,7 @@ setup(name = "GitPython", package_dir = {'':'lib'}, license = "BSD License", requires=('gitdb (>=0.5)',), + install_requires='gitdb >= 0.5.0', long_description = """\ GitPython is a python library used to interact with Git repositories""", classifiers = [ -- cgit v1.2.1