Modifies targets and setup.py to allow packaging in Linux

This commit is contained in:
Julien Lengrand-Lambert
2012-06-09 19:50:55 +02:00
parent 7d9438e344
commit 7782574e77
2 changed files with 10 additions and 7 deletions

View File

@@ -9,7 +9,8 @@ import sys
import os
import glob
import py2exe
if "win" in sys.platform:
import py2exe
import facemovie
sys.argv.append('py2exe')
@@ -70,4 +71,4 @@ setup(
'includes': ['numpy'] } },
console=['Facemoviefier.py'],
zipfile = None,
)
)