Added docstring and RCS id (apparently some Windows tar extractors

ignore zero-byte files: grr...).
This commit is contained in:
Greg Ward 1999-09-22 15:24:04 +00:00
parent 3e1a98a336
commit da2d352bdb
1 changed files with 11 additions and 0 deletions

View File

@ -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$"