repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added 'description' class attribute to every command class (to help the
[python/dscho.git]
/
Lib
/
distutils
/
__init__.py
blob
18deaadf4493f9e65a6c7b1c66a8f1464c86e8de
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$"