diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-02 08:37:39 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-02 08:37:39 -0400 |
commit | dba8600999daaf18d207c61c4ce5168d52bc5f60 (patch) | |
tree | e7d24cc7e594d6415ca374b31fba9df1abc84a69 /setup.py | |
parent | b59a01e059d5b2936d10500d8eb7b33e98f1da40 (diff) | |
parent | a388b6922478b5d5048d1f7f1685da2ca16050c7 (diff) | |
download | python-setuptools-git-dba8600999daaf18d207c61c4ce5168d52bc5f60.tar.gz |
Merge 0.6.47 with native Python 3 code
--HG--
branch : distribute
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ exec(init_file.read(), d) init_file.close() SETUP_COMMANDS = d['__all__'] -VERSION = "0.6.47" +VERSION = "0.6.48" from setuptools import setup, find_packages from setuptools.command.build_py import build_py as _build_py |