diff options
author | tarek <none@none> | 2009-11-01 20:21:40 +0100 |
---|---|---|
committer | tarek <none@none> | 2009-11-01 20:21:40 +0100 |
commit | f7a2000adabf8cca6bc691b6c946ccdbb0c81749 (patch) | |
tree | 115e152c3fb734537132088e6cc3b31247921f2d /setup.py | |
parent | ac52a1f3984ce1c198a1ba4118611be3083ea5e3 (diff) | |
download | external_python_setuptools-f7a2000adabf8cca6bc691b6c946ccdbb0c81749.tar.gz external_python_setuptools-f7a2000adabf8cca6bc691b6c946ccdbb0c81749.tar.bz2 external_python_setuptools-f7a2000adabf8cca6bc691b6c946ccdbb0c81749.zip |
started 0.6.9
--HG--
branch : distribute
extra : rebase_source : 2064f9b14f740b9dbd4bcfa61584d3667471d8d2
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ init_path = convert_path('setuptools/command/__init__.py') exec(open(init_path).read(), d) SETUP_COMMANDS = d['__all__'] -VERSION = "0.6.8" +VERSION = "0.6.9" from setuptools import setup, find_packages from setuptools.command.build_py import build_py as _build_py |