DOC: Add new project URL to setup.py.

This commit is contained in:
Stefan van der Walt
2011-07-15 16:30:43 -05:00
parent 7b754496c1
commit 6f57b4b689
+2 -2
View File
@@ -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