Distribute is a collection of enhancements to the Python distutils that allow
you to more easily build and distribute Python packages, especially ones that
have dependencies on other packages.
This package contains the runtime components of Distribute, necessary to
execute the software that requires pkg_resources.py.
Distribute is a fork of the "Setuptools" project