From 6f57b4b68979e76a28e59d9abdc38c01e7bafd1d Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Fri, 15 Jul 2011 16:30:43 -0500 Subject: [PATCH] DOC: Add new project URL to setup.py. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ac509648..dd4dcbeb 100644 --- a/setup.py +++ b/setup.py @@ -14,9 +14,9 @@ DESCRIPTION = 'Image processing routines for SciPy' LONG_DESCRIPTION = descr MAINTAINER = 'Stefan van der Walt' MAINTAINER_EMAIL = 'stefan@sun.ac.za' -URL = 'http://stefanv.github.com/scikits.image' +URL = 'http://scikits-image.org' LICENSE = 'Modified BSD' -DOWNLOAD_URL = 'http://github.com/stefanv/scikits.image' +DOWNLOAD_URL = 'http://github.com/scikits-image/scikits.image' VERSION = '0.3dev' import os