-
Notifications
You must be signed in to change notification settings - Fork 799
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Nate Oostendorp
committed
Jun 13, 2011
1 parent
d9e7dca
commit 7fbbc18
Showing
3 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
import sys, os | ||
|
||
setup(name="SimpleCV", | ||
version="0.6", | ||
version="0.9", | ||
description="A kinder, gentler Python Vision Library", | ||
long_description="""Super-library for machine vision wrappers in Python, providing a unified, pythonic interface to image aquisition, conversion, manipulation, and feature extraction.""", | ||
classifiers=[ | ||
|
@@ -20,7 +20,7 @@ | |
keywords='opencv, cv, machine vision, computer vision, image recognition, kinect, freenect', | ||
author='Ingenuitas Inc', | ||
author_email='[email protected]', | ||
url='http://sf.net/p/simplecv', | ||
url='http://simplecv.sf.net/', | ||
license='BSD', | ||
packages = find_packages(exclude=['ez_setup', 'examples', 'tests', 'sampleimages']), | ||
zip_safe = True, | ||
|