summaryrefslogtreecommitdiff
path: root/python/distribute/README
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2013-07-13 02:50:34 -0500
committerRobby Workman <rworkman@slackbuilds.org>2013-07-14 17:08:16 -0500
commit379d738e759ce8c5e470d1a037c4e0d156aef858 (patch)
tree78b8249c53adf3f319873ca79cb2817629839e23 /python/distribute/README
parentb5b410cf9040b12527f0e13f85a4e86cca1d22c4 (diff)
downloadslackbuilds-379d738e759ce8c5e470d1a037c4e0d156aef858.tar.gz
python/distribute: Removed (merged with upstream setuptools)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/distribute/README')
-rw-r--r--python/distribute/README14
1 files changed, 0 insertions, 14 deletions
diff --git a/python/distribute/README b/python/distribute/README
deleted file mode 100644
index 6ed20d720e..0000000000
--- a/python/distribute/README
+++ /dev/null
@@ -1,14 +0,0 @@
-distribute is a fork of the setuptools project.
-
-Distribute is intended to replace Setuptools as the standard method for
-working with Python module distributions.
-
-For those who may wonder why they should switch to Distribute over
-Setuptools, it's quite simple:
-
-- Distribute is a drop-in replacement for Setuptools.
-- The code is actively maintained, and has over 10 commiters.
-- Distribute offers Python 3 support!
-
-If you have pysetuptools installed, you need to remove it before installing
-this package.