summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-07-08 15:52:05 +0000
committerPJ Eby <distutils-sig@python.org>2005-07-08 15:52:05 +0000
commit82b1c266a8a07292eed2419b1177db78785b1ae4 (patch)
tree6c7fe0b0f474a7b2d5d4e3c5f31a6c145027e400 /setup.py
parentd798d6943f81d938581c37b431b141b013678021 (diff)
downloadpython-setuptools-git-82b1c266a8a07292eed2419b1177db78785b1ae4.tar.gz
Doc and other updates for 0.5a8 release. Add project aliases for source
and binary register+upload. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041100
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 40f0029f..6af80810 100755
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ def get_description():
f.close()
return ''.join(lines)
-VERSION = "0.5a7"
+VERSION = "0.5a8"
from setuptools import setup, find_packages, Require
setup(
@@ -28,7 +28,7 @@ setup(
license="PSF or ZPL",
long_description = get_description(),
keywords = "CPAN PyPI distutils eggs package management",
- url = "http://peak.telecommunity.com/DevCenter/EasyInstall",
+ url = "http://peak.telecommunity.com/DevCenter/setuptools",
test_suite = 'setuptools.tests.test_suite',
requires = [
Require('Distutils','1.0.3','distutils',