]> granicus.if.org Git - python/commitdiff
Added docstring and RCS id (apparently some Windows tar extractors
authorGreg Ward <gward@python.net>
Wed, 22 Sep 1999 15:24:04 +0000 (15:24 +0000)
committerGreg Ward <gward@python.net>
Wed, 22 Sep 1999 15:24:04 +0000 (15:24 +0000)
ignore zero-byte files: grr...).

Lib/distutils/__init__.py

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..18deaadf4493f9e65a6c7b1c66a8f1464c86e8de 100644 (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$"