summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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 8065235a..e57cf5cf 100755
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ init_path = convert_path('setuptools/command/__init__.py')
exec(open(init_path).read(), d)
SETUP_COMMANDS = d['__all__']
-VERSION = "0.6.6"
+VERSION = "0.6.7"
from setuptools import setup, find_packages
scripts = []
@@ -73,7 +73,7 @@ dist = setup(
license="PSF or ZPL",
long_description = open('README.txt').read() + open('CHANGES.txt').read(),
keywords = "CPAN PyPI distutils eggs package management",
- url = "http://pypi.python.org/pypi/distribute",
+ url = "http://packages.python.org/distribute",
test_suite = 'setuptools.tests',
src_root = src_root,
packages = find_packages(),