slackbuilds_ponce/python/distribute
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
distribute.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
distribute.SlackBuild python/distribute: Updated for version 0.6.27. 2012-06-25 21:43:32 -04:00
README
slack-desc

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.