summaryrefslogtreecommitdiffstats
path: root/python/distribute/README
diff options
context:
space:
mode:
author Audrius Kažukauskas <audrius@neutrino.lt>2011-07-30 13:22:10 -0300
committer Niels Horn <niels.horn@slackbuilds.org>2011-07-30 13:22:10 -0300
commitec51f0040df9ce5dc62adb79f6f31d5cc4a25a75 (patch)
tree17665a76e96dcb87c8ce513305a3b25629378424 /python/distribute/README
parentce43fa264282d4937ce0baacfc14a7e4471da9cc (diff)
downloadslackbuilds-ec51f0040df9ce5dc62adb79f6f31d5cc4a25a75.tar.gz
slackbuilds-ec51f0040df9ce5dc62adb79f6f31d5cc4a25a75.tar.xz
python/distribute: Updated for version 0.6.19.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'python/distribute/README')
-rw-r--r--python/distribute/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/python/distribute/README b/python/distribute/README
index 3ba0c42347..6ed20d720e 100644
--- a/python/distribute/README
+++ b/python/distribute/README
@@ -1,10 +1,10 @@
distribute is a fork of the setuptools project.
-Distribute is intended to replace Setuptools as the standard method for working
-with Python module distributions.
+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:
+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.