mirror of
https://github.com/jlengrand/Ivolution.git
synced 2026-03-10 15:50:41 +00:00
11 lines
153 B
Python
11 lines
153 B
Python
'''
|
|
Created on 19 avr. 2012
|
|
|
|
@author: jll
|
|
'''
|
|
from distutils.core import setup
|
|
import py2exe
|
|
|
|
|
|
# creating executable here
|
|
setup(console=['facemovie.py']) |