mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Added docstring and RCS id (apparently some Windows tar extractors
ignore zero-byte files: grr...).
This commit is contained in:
parent
3e1a98a336
commit
da2d352bdb
1 changed files with 11 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue