File: __init__.py

package info (click to toggle)
python1.5-distutils 1.0.2-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,016 kB
  • ctags: 1,004
  • sloc: python: 7,387; ansic: 1,379; makefile: 41; sh: 34
file content (13 lines) | stat: -rw-r--r-- 273 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
"""distutils

The main package for the Python Module Distribution Utilities.  Normally
used from a setup script as

   from distutils.core import setup

   setup (...)
"""

__revision__ = "$Id: __init__.py,v 1.21 2001/04/23 17:13:03 akuchling Exp $"

__version__ = "1.0.2"