Skip to content

Commit a82b0df

Browse files
committed
Merge pull request gitpython-developers#187 from tsheibar/master
Fixing issue gitpython-developers#186: 'tuple index out of range' issue when uploading to private Pypi repository
2 parents aa66d10 + 5f5e071 commit a82b0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def _stamp_version(filename):
7575
package_data={'git.test': ['fixtures/*']},
7676
package_dir={'git': 'git'},
7777
license="BSD License",
78-
requires=('gitdb (>=0.5.1)',),
78+
requires=['gitdb (>=0.5.1)',],
7979
install_requires='gitdb >= 0.5.1',
8080
zip_safe=False,
8181
long_description = """\

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy