Skip to content

Commit

Permalink
setup.py: fixed requirement - its interesting to see that there are t…
Browse files Browse the repository at this point in the history
…wo different keywords for distutils and setuptools, the latter one doesn't read the ones of the first one, unfortunately
  • Loading branch information
Byron committed Jul 8, 2010
1 parent b425301 commit 3288a24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/git/ext/gitdb
Submodule gitdb updated from ac7d47 to f534e6
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def _stamp_version(filename):
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 = [
Expand Down

0 comments on commit 3288a24

Please sign in to comment.