2010-09-17 10:38:52 +02:00
|
|
|
distribute is a fork of the setuptools project.
|
|
|
|
|
2011-07-30 18:22:10 +02:00
|
|
|
Distribute is intended to replace Setuptools as the standard method for
|
|
|
|
working with Python module distributions.
|
2010-09-17 10:38:52 +02:00
|
|
|
|
2011-07-30 18:22:10 +02:00
|
|
|
For those who may wonder why they should switch to Distribute over
|
|
|
|
Setuptools, it's quite simple:
|
2010-09-17 10:38:52 +02:00
|
|
|
|
|
|
|
- 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.
|