Loads of changes in the repo structure.

Data are now hosted as a subfolder of the code, and all the source files are grouped into the same package.
Bin folder has been removed, scripts are now directly placed in the root location.

Main package has been renamed to ivolution, this is a first step towards github renaming and full renaming of the project
This commit is contained in:
2012-07-31 18:28:33 +02:00
parent 23a9f08939
commit 9e95642c68
58 changed files with 28 additions and 34 deletions

9
ivolution/__init__.py Normal file
View File

@@ -0,0 +1,9 @@
"""
.. module:: FaceMovifier
:platform: Unix, Windows
:synopsis: Aims at helping you create videos of yourself over time, using photos as input. Take great pictures, FaceMovie will do the rest !
.. moduleauthor:: Julien Lengrand-Lambert <jlengrand@gmail.com>
"""
import Eye