SlackBuildsOrg/python/distribute
Audrius Kažukauskas 4c007e2578 python/distribute: Updated for version 0.6.24.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
2011-12-10 08:57:10 -02:00
..
distribute.info python/distribute: Updated for version 0.6.24. 2011-12-10 08:57:10 -02:00
distribute.SlackBuild python/distribute: Updated for version 0.6.24. 2011-12-10 08:57:10 -02:00
README python/distribute: Updated for version 0.6.19. 2011-07-30 13:22:10 -03:00
slack-desc python/distribute: Moved from Development category 2011-05-03 15:30:16 -05:00

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.