aboutsummaryrefslogtreecommitdiff
path: root/development/distribute/README
diff options
context:
space:
mode:
authorAudrius Kažukauskas <audrius@neutrino.lt>2010-09-17 04:38:52 -0400
committerRobby Workman <rworkman@slackbuilds.org>2010-09-21 22:09:37 -0500
commit9795bb800a5c3992e8ba4501d50016efce8ee0fe (patch)
tree8f58ed31f4371a81ecac1a5270464e2b7bb8d2fd /development/distribute/README
parent4fd7d5c97eaef1f46252ed4664a706bf0131747c (diff)
development/distribute: Added (fork of the Setuptools project)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development/distribute/README')
-rw-r--r--development/distribute/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/development/distribute/README b/development/distribute/README
new file mode 100644
index 0000000000000..3ba0c423475e2
--- /dev/null
+++ b/development/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.