summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-06-11 11:36:27 -0600
committerMonty Taylor <mordred@inaugust.com>2013-06-11 11:36:27 -0600
commit8476abf3f345d290379777e323116398bc406da3 (patch)
tree057409e070c58705e526bd7439b5a059257e51f2
parent888d1a164586c9776b8d731d19a8c5f901b8ffd6 (diff)
downloadcliff-8476abf3f345d290379777e323116398bc406da3.tar.gz
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.
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
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',
]