Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit da2d352

Browse files
committed
Added docstring and RCS id (apparently some Windows tar extractors
ignore zero-byte files: grr...).
1 parent 3e1a98a commit da2d352

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lib/distutils/__init__.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
"""distutils
2+
3+
The main package for the Python Module Distribtion Utilities. Normally
4+
used from a setup script as
5+
6+
from distutils.core import setup
7+
8+
setup (...)
9+
"""
10+
11+
__rcsid__ = "$Id$"

0 commit comments

Comments
 (0)