From d9bc7cf72a2c1e1db5071f5959caf18db51a02e1 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Wed, 7 Oct 2009 13:52:19 +0200 Subject: [PATCH] Update meta-data for PyPi. --- setup.py | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/setup.py b/setup.py index b5cbe5e7..5c18f770 100644 --- a/setup.py +++ b/setup.py @@ -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