diff options
author | PJ Eby <distutils-sig@python.org> | 2005-09-18 04:02:38 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2005-09-18 04:02:38 +0000 |
commit | 3adaf85ef1eb6d3df18c58dc5b84dcc248d3e364 (patch) | |
tree | 8d7e9cdd0b67976e4a34e4949e039ecb6ccac491 /setup.py | |
parent | 673ac23e93f64a287c16a0d0ea45ba9ab9379d2d (diff) | |
download | external_python_setuptools-3adaf85ef1eb6d3df18c58dc5b84dcc248d3e364.tar.gz external_python_setuptools-3adaf85ef1eb6d3df18c58dc5b84dcc248d3e364.tar.bz2 external_python_setuptools-3adaf85ef1eb6d3df18c58dc5b84dcc248d3e364.zip |
setuptools 0.6a2 release
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041247
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ def get_description(): f.close() return ''.join(lines) -VERSION = "0.6a1" +VERSION = "0.6a2" from setuptools import setup, find_packages import sys |