mirror of https://github.com/python/cpython
Added docstring and RCS id (apparently some Windows tar extractors
ignore zero-byte files: grr...).
This commit is contained in:
parent
3e1a98a336
commit
da2d352bdb
|
@ -0,0 +1,11 @@
|
|||
"""distutils
|
||||
|
||||
The main package for the Python Module Distribtion Utilities. Normally
|
||||
used from a setup script as
|
||||
|
||||
from distutils.core import setup
|
||||
|
||||
setup (...)
|
||||
"""
|
||||
|
||||
__rcsid__ = "$Id$"
|
Loading…
Reference in New Issue