mirror of
https://github.com/jlengrand/Ivolution.git
synced 2026-03-10 08:21:18 +00:00
Updates version and README
This commit is contained in:
4
setup.py
4
setup.py
@@ -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=[
|
||||
|
||||
Reference in New Issue
Block a user