summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2010-07-08 11:49:21 +0200
committerSebastian Thiel <byronimo@gmail.com>2010-07-08 11:49:21 +0200
commit3288a244428751208394d8137437878277ceb71f (patch)
tree497cfd23fcafec34809856b7bdeddd0b82e45ca0
parentb425301ad16f265157abdaf47f7af1c1ea879068 (diff)
downloadgitpython-0.3.0-beta1.tar.gz
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, unfortunately0.3.0-beta1
m---------lib/git/ext/gitdb0
-rwxr-xr-xsetup.py1
2 files changed, 1 insertions, 0 deletions
diff --git a/lib/git/ext/gitdb b/lib/git/ext/gitdb
-Subproject ac7d4757ab4041f5f0f5806934130024b098bb8
+Subproject f534e6e9a24f2ac7e7e0f3679551b512d4af569
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 = [