diff options
author | Tarek Ziade <tarek@ziade.org> | 2011-06-02 02:12:54 +0200 |
---|---|---|
committer | Tarek Ziade <tarek@ziade.org> | 2011-06-02 02:12:54 +0200 |
commit | e46e9743081ec738c970931c8dbfa3de8a8ebff7 (patch) | |
tree | 5e2ee29c9ea2041f7ef880cc2d116ef321a28134 /setup.py | |
parent | 323679aa633452abb46f1618c7bc8bfa3121ef2a (diff) | |
download | external_python_setuptools-e46e9743081ec738c970931c8dbfa3de8a8ebff7.tar.gz external_python_setuptools-e46e9743081ec738c970931c8dbfa3de8a8ebff7.tar.bz2 external_python_setuptools-e46e9743081ec738c970931c8dbfa3de8a8ebff7.zip |
starting 0.6.20
--HG--
branch : distribute
extra : rebase_source : f5cf2fdcae5a8895f0218fddd57e0496d302d919
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ init_path = convert_path('setuptools/command/__init__.py') exec(open(init_path).read(), d) SETUP_COMMANDS = d['__all__'] -VERSION = "0.6.19" +VERSION = "0.6.20" from setuptools import setup, find_packages from setuptools.command.build_py import build_py as _build_py |