3 The main package for the Python Module Distribution Utilities. Normally
4 used from a setup script as
6 from distutils.core import setup
11 # This module should be kept compatible with Python 2.1.
17 # Please coordinate with Marc-Andre Lemburg <mal@egenix.com> when adding
18 # new features to distutils that would warrant bumping the version number.
20 # In general, major and minor version should loosely follow the Python
21 # version number the distutils code was shipped with.