summaryrefslogtreecommitdiffstats
path: root/python/distribute/README
blob: 6ed20d720ee044d88d126bdcc405bd1fdbee2807 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.