mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
11 lines
194 B
Python
11 lines
194 B
Python
"""distutils
|
|
|
|
The main package for the Python Module Distribtion Utilities. Normally
|
|
used from a setup script as
|
|
|
|
from distutils.core import setup
|
|
|
|
setup (...)
|
|
"""
|
|
|
|
__revision__ = "$Id$"
|