Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e1a98a commit da2d352Copy full SHA for da2d352
1 file changed
Lib/distutils/__init__.py
@@ -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