From deb36a3fe5d0a79afe06b68c9bf9f23d2cbf449a Mon Sep 17 00:00:00 2001 From: Capi Etheriel Date: Fri, 14 Nov 2014 04:07:18 -0200 Subject: [PATCH] remove distribute from install_requires --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 736c903..4764cde 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ def run_tests(): return suite() # Python 3 -install_requires = ['distribute', 'httplib2>=0.7.2', 'pyyaml>=3.10', 'six', 'omnijson'] +install_requires = ['httplib2>=0.7.2', 'pyyaml>=3.10', 'six', 'omnijson'] if sys.version < '3': install_requires.append('python-dateutil==1.5') else: