Files
Ivolution/setup.py
2012-04-19 09:13:49 +02:00

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'])