diff options
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 |
commit | cefb2ef424788ad943d99f6596ad0ea135a8a7ab (patch) | |
tree | 143d9072917f3f63083072ef2a9ba85799195678 /python/virtualenv | |
parent | 1f6d36b62346b8711082a6e454322a4f03f8d24d (diff) | |
download | slackbuilds-cefb2ef424788ad943d99f6596ad0ea135a8a7ab.tar.gz |
python/virtualenv: sed s,distribute,pysetuptools, README
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/virtualenv')
-rw-r--r-- | python/virtualenv/README | 2 |
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. |