diff options
| author | PJ Eby <distutils-sig@python.org> | 2005-06-25 19:33:06 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2005-06-25 19:33:06 +0000 |
| commit | 6b635c73040e7e5a020d5c9feb03e1cdcbecbc10 (patch) | |
| tree | 37245356c1f87d033af6b9a7ff633a14ad50bbf3 /setup.py | |
| parent | d1783d397a4d9961eb399a812e0c93f58cb79525 (diff) | |
| download | python-setuptools-bitbucket-6b635c73040e7e5a020d5c9feb03e1cdcbecbc10.tar.gz | |
0.5a3 bugfix release
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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', |
