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 --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') 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