From 8476abf3f345d290379777e323116398bc406da3 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 11 Jun 2013 11:36:27 -0600 Subject: Remove explicit depend on distribute. As per discussions with dstufft, explicit depends on distribute are leading to pain - and will do more so with setuptools 0.7 out. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 31ea374..6001a63 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,6 @@ except IOError: long_description = '' install_requires = [ - 'distribute', 'PrettyTable>=0.6,<0.8', 'cmd2>=0.6.4', ] -- cgit v1.2.1