From b708d931c2fbeb3e91b6d0eb581a8da9e0bd00c9 Mon Sep 17 00:00:00 2001 From: cgohlke Date: Wed, 12 Oct 2011 15:01:31 -0700 Subject: [PATCH] Update URL in package description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9d9ab45d..00398ab5 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ Image processing algorithms for SciPy, including IO, morphology, filtering, warping, color manipulation, object detection, etc. Please refer to the online documentation at -http://stefanv.github.com/scikits.image +http://scikits-image.org/ """ DISTNAME = 'scikits.image'