aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-06-25 19:33:06 +0000
committerPJ Eby <distutils-sig@python.org>2005-06-25 19:33:06 +0000
commit5ed7f988bca676d52388b7d0db6e540bfd1476f7 (patch)
tree37245356c1f87d033af6b9a7ff633a14ad50bbf3 /setup.py
parent0fd80962ecc527dbb57ec6472559cdb90ecfe582 (diff)
downloadexternal_python_setuptools-5ed7f988bca676d52388b7d0db6e540bfd1476f7.tar.gz
external_python_setuptools-5ed7f988bca676d52388b7d0db6e540bfd1476f7.tar.bz2
external_python_setuptools-5ed7f988bca676d52388b7d0db6e540bfd1476f7.zip
0.5a3 bugfix release
--HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041072
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 41ebf109..5b86a8c6 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.5a1"
+VERSION = "0.5a3"
from setuptools import setup, find_packages, Require
setup(
@@ -26,7 +26,7 @@ setup(
"close. See the home page and download page for details and docs.",
keywords = "CPAN PyPI distutils eggs package management",
- url = "http://peak.telecommunity.com/PythonEggs",
+ url = "http://peak.telecommunity.com/DevCenter/PythonEggs",
download_url = "http://peak.telecommunity.com/DevCenter/EasyInstall",
test_suite = 'setuptools.tests.test_suite',