projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c248bae
)
Added __version__ to store the Distutils version number.
author
Greg Ward
<gward@python.net>
Mon, 10 Apr 2000 00:02:16 +0000
(
00:02
+0000)
committer
Greg Ward
<gward@python.net>
Mon, 10 Apr 2000 00:02:16 +0000
(
00:02
+0000)
Lib/distutils/__init__.py
patch
|
blob
|
history
diff --git
a/Lib/distutils/__init__.py
b/Lib/distutils/__init__.py
index 1f23b972e49f1764a62cc79e543775e71b2abb52..9305554999665ad39464e8a2540edacdc7325d44 100644
(file)
--- a/
Lib/distutils/__init__.py
+++ b/
Lib/distutils/__init__.py
@@
-9,3
+9,5
@@
used from a setup script as
"""
__revision__ = "$Id$"
+
+__version__ = "0.8"