]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distutils/__init__.py
Merged wxPython 2.4.x to the 2.5 branch (Finally!!!)
[wxWidgets.git] / wxPython / distutils / __init__.py
diff --git a/wxPython/distutils/__init__.py b/wxPython/distutils/__init__.py
new file mode 100644 (file)
index 0000000..7873d29
--- /dev/null
@@ -0,0 +1,15 @@
+"""distutils
+
+The main package for the Python Module Distribution Utilities.  Normally
+used from a setup script as
+
+   from distutils.core import setup
+
+   setup (...)
+"""
+
+# This module should be kept compatible with Python 1.5.2.
+
+__revision__ = "$Id$"
+
+__version__ = "1.0.3"