Update meta-data for PyPi.

This commit is contained in:
Stefan van der Walt
2009-10-07 13:52:19 +02:00
parent b4ae3793ee
commit d9bc7cf72a
+6 -14
View File
@@ -2,19 +2,11 @@
descr = """Image Processing SciKit
Provide image processing capabilities to SciPy, including:
- Image IO without PIL dependencies
- Image warping (wrappers based on ndimage)
- Connected components
- Color-space manipulations
- Linear space-invariant filters
- Hough transform
- Shortest paths
- Grey-level co-occurrence matrices
- Edge detection
- Image collections
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
"""
import os
@@ -25,9 +17,9 @@ DESCRIPTION = 'Image processing routines for SciPy'
LONG_DESCRIPTION = descr
MAINTAINER = 'Stefan van der Walt',
MAINTAINER_EMAIL = 'stefan@sun.ac.za',
URL = 'http://github.com/stefanv/scikits.image'
URL = 'http://stefanv.github.com/scikits.image'
LICENSE = 'Modified BSD'
DOWNLOAD_URL = URL
DOWNLOAD_URL = 'http://github.com/stefanv/scikits.image'
VERSION = '0.1'
import setuptools