Switches to 0.8.2. README to be changed

This commit is contained in:
2012-06-12 22:08:27 +02:00
parent 6a856914e7
commit e77a9eeaf6
12 changed files with 22 additions and 21 deletions

View File

@@ -46,7 +46,7 @@ haar_files = find_data_files('facemovie','',['haarcascades/*.xml'])
setup(
name = "Facemovie",
version = "0.8.1",
version = "0.8.2",
author = "Julien Lengrand-Lambert",
author_email = "jlengrand@gmail.com",
description = ("Take one picture of yourself a day, automatically generate a movie!"),
@@ -54,7 +54,7 @@ setup(
keywords = "image_processing computer_vision one_picture_a_day photography",
url = "http://jlengrand.github.com/FaceMovie/",
download_url = "http://jlengrand.github.com/FaceMovie/",
packages=['facemovie', 'facemovie.lib', 'facemovie.haarcascades'],
packages=['facemovie', 'facemovie.lib', 'haarcascades'],
long_description=read('README.rst'),
classifiers=[
"Development Status :: 3 - Alpha",