diff options
| author | PJ Eby <distutils-sig@python.org> | 2005-09-24 21:40:59 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2005-09-24 21:40:59 +0000 |
| commit | 20e9f30cb2de19a4d4cdc1aa53e07efc9c34bcb0 (patch) | |
| tree | 1e5702825757881261854bb032e67abd11dab883 /setuptools/__init__.py | |
| parent | ad0eebab218118fa07e314032bd4097c44fc7eb2 (diff) | |
| download | python-setuptools-git-20e9f30cb2de19a4d4cdc1aa53e07efc9c34bcb0.tar.gz | |
0.6a3 release.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041255
Diffstat (limited to 'setuptools/__init__.py')
| -rw-r--r-- | setuptools/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/setuptools/__init__.py b/setuptools/__init__.py index 13466621..0c790dca 100644 --- a/setuptools/__init__.py +++ b/setuptools/__init__.py @@ -1,3 +1,4 @@ + """Extensions to the 'distutils' for large or complex distributions""" from setuptools.dist import Distribution, Feature, _get_unpatched import distutils.core, setuptools.command @@ -7,7 +8,7 @@ from distutils.core import Command as _Command from distutils.util import convert_path import os.path -__version__ = '0.6a2' +__version__ = '0.6a3' __all__ = [ 'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require', 'find_packages' |
