aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-06-15 02:23:48 +0000
committerPJ Eby <distutils-sig@python.org>2005-06-15 02:23:48 +0000
commit645693ba88a2bd2beacbd50d57a5608960190a74 (patch)
tree9ef6012a9f15c0761b22a1d2a8169543f49b3ab3 /setup.py
parent5a9445cd57c60bb47451d8a88ec12a7a865013b7 (diff)
downloadexternal_python_setuptools-645693ba88a2bd2beacbd50d57a5608960190a74.tar.gz
external_python_setuptools-645693ba88a2bd2beacbd50d57a5608960190a74.tar.bz2
external_python_setuptools-645693ba88a2bd2beacbd50d57a5608960190a74.zip
Add support for installing from .win32.exe's created by distutils (by
converting them to eggs). Bump version to 0.5a1. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041070
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4b581881..41ebf109 100755
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
"""Distutils setup file, used to install or test 'setuptools'"""
-VERSION = "0.4a4"
+VERSION = "0.5a1"
from setuptools import setup, find_packages, Require
setup(