From 5f5e071be6742c1cc96aa5f35543668493629423 Mon Sep 17 00:00:00 2001 From: Ted Sheibar Date: Tue, 19 Aug 2014 17:24:11 -0700 Subject: [PATCH] Fixing 'tuple index out of range' issue with distutils/command/upload.py (v2.7.7): the 'requires' field tuple should be a list(https://github.com/gitpython-developers/GitPython/issues/186) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7a886aa3e..7672e239a 100644 --- a/setup.py +++ b/setup.py @@ -75,7 +75,7 @@ def _stamp_version(filename): package_data={'git.test': ['fixtures/*']}, package_dir={'git': 'git'}, license="BSD License", - requires=('gitdb (>=0.5.1)',), + requires=['gitdb (>=0.5.1)',], install_requires='gitdb >= 0.5.1', zip_safe=False, long_description = """\ 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