From da2d352bdb540cc07969a7321e3632d588e0e769 Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Wed, 22 Sep 1999 15:24:04 +0000 Subject: Added docstring and RCS id (apparently some Windows tar extractors ignore zero-byte files: grr...). --- Lib/distutils/__init__.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index e69de29..18deaad 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -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$" -- cgit v0.12