summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2013-07-13 01:47:19 -0500
committer Robby Workman <rworkman@slackbuilds.org>2013-07-14 17:08:07 -0500
commitcefb2ef424788ad943d99f6596ad0ea135a8a7ab (patch)
tree143d9072917f3f63083072ef2a9ba85799195678 /python
parent1f6d36b62346b8711082a6e454322a4f03f8d24d (diff)
downloadslackbuilds-cefb2ef424788ad943d99f6596ad0ea135a8a7ab.tar.gz
slackbuilds-cefb2ef424788ad943d99f6596ad0ea135a8a7ab.tar.xz
python/virtualenv: sed s,distribute,pysetuptools, README
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/virtualenv/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/virtualenv/README b/python/virtualenv/README
index 234e45436a..4396233f26 100644
--- a/python/virtualenv/README
+++ b/python/virtualenv/README
@@ -1,3 +1,3 @@
Virtualenv is a tool to create isolated Python environments.
-Virtualenv can optionally use distribute or Python 3 during install.
+Virtualenv can optionally use pysetuptools or Python 3 during install.