Updates version and README

This commit is contained in:
2012-06-11 08:08:03 +02:00
parent 5593b55a97
commit c45399f9a3
3 changed files with 34 additions and 22 deletions

View File

@@ -46,14 +46,14 @@ haar_files = find_data_files('facemovie','',['haarcascades/*.xml'])
setup(
name = "Facemovie",
version = "0.9",
version = "0.8.1",
author = "Julien Lengrand-Lambert",
author_email = "jlengrand@gmail.com",
description = ("Take one picture of yourself a day, automatically generate a movie!"),
license = "BSD License",
keywords = "image_processing computer_vision one_picture_a_day photography",
url = "http://jlengrand.github.com/FaceMovie/",
download_url = "http://jlengrand.github.com/FaceMovie/", # FIXME : To be updated
download_url = "http://jlengrand.github.com/FaceMovie/",
packages=['facemovie', 'facemovie.lib', 'facemovie.haarcascades'],
long_description=read('README.rst'),
classifiers=[