diff options
author | PJ Eby <distutils-sig@python.org> | 2005-06-14 01:29:59 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2005-06-14 01:29:59 +0000 |
commit | 0c5da9d627f035a365b94d43991db79b5d69efcf (patch) | |
tree | 0505af39e8a454a211b5e43237df28adb73183f1 /setup.py | |
parent | 4c58e9e0ef2cc1de12e7f813d843c4291f916ccc (diff) | |
download | external_python_setuptools-0c5da9d627f035a365b94d43991db79b5d69efcf.tar.gz external_python_setuptools-0c5da9d627f035a365b94d43991db79b5d69efcf.tar.bz2 external_python_setuptools-0c5da9d627f035a365b94d43991db79b5d69efcf.zip |
Update to version 0.4a3
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041059
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/usr/bin/env python """Distutils setup file, used to install or test 'setuptools'""" -VERSION = "0.4a2" +VERSION = "0.4a3" from setuptools import setup, find_packages, Require setup( |