complete singularization of scikit-image

I've updated references in the code and documentation to the new name.
This commit is contained in:
Paul Ivanov
2012-10-08 16:29:55 -07:00
committed by Stefan van der Walt
parent 71cd4b290a
commit e05c029a7e
25 changed files with 68 additions and 68 deletions
+4 -4
View File
@@ -6,17 +6,17 @@ Image processing algorithms for SciPy, including IO, morphology, filtering,
warping, color manipulation, object detection, etc.
Please refer to the online documentation at
http://scikits-image.org/
http://scikit-image.org/
"""
DISTNAME = 'scikits-image'
DISTNAME = 'scikit-image'
DESCRIPTION = 'Image processing routines for SciPy'
LONG_DESCRIPTION = descr
MAINTAINER = 'Stefan van der Walt'
MAINTAINER_EMAIL = 'stefan@sun.ac.za'
URL = 'http://scikits-image.org'
URL = 'http://scikit-image.org'
LICENSE = 'Modified BSD'
DOWNLOAD_URL = 'http://github.com/scikits-image/scikits-image'
DOWNLOAD_URL = 'http://github.com/scikit-image/scikit-image'
VERSION = '0.8dev'
PYTHON_VERSION = (2, 5)
DEPENDENCIES = {