slackbuilds_ponce/development/distribute
Audrius Kažukauskas 9795bb800a development/distribute: Added (fork of the Setuptools project)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2010-09-21 22:09:37 -05:00
..
distribute.info development/distribute: Added (fork of the Setuptools project) 2010-09-21 22:09:37 -05:00
distribute.SlackBuild development/distribute: Added (fork of the Setuptools project) 2010-09-21 22:09:37 -05:00
README development/distribute: Added (fork of the Setuptools project) 2010-09-21 22:09:37 -05:00
slack-desc development/distribute: Added (fork of the Setuptools project) 2010-09-21 22:09:37 -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.