summaryrefslogtreecommitdiff
path: root/python/distribute/README
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2011-05-03 15:30:16 -0500
committerRobby Workman <rworkman@slackbuilds.org>2011-05-03 15:30:16 -0500
commit9444e5a3ec1d2a86686becdabfbc14255420c498 (patch)
tree631d83e169cd97d523a41a6c8abb6d3be78ac834 /python/distribute/README
parent2e9f9f92e33303e946a6788605ff0130da378aa7 (diff)
downloadslackbuilds-9444e5a3ec1d2a86686becdabfbc14255420c498.tar.gz
python/distribute: Moved from Development category
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/distribute/README')
-rw-r--r--python/distribute/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/python/distribute/README b/python/distribute/README
new file mode 100644
index 0000000000..3ba0c42347
--- /dev/null
+++ b/python/distribute/README
@@ -0,0 +1,14 @@
+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.