Adds packaging structure

This commit is contained in:
2012-05-23 13:45:56 +02:00
parent 5370631b36
commit b51f521bd1
4 changed files with 5 additions and 3 deletions

View File

@@ -70,7 +70,8 @@ setup(
],
platforms ={"Linux"},
data_files = haar_files,
options = {'py2exe': {'bundle_files': 1, 'includes': ['numpy'] } },
options = {'py2exe': {'bundle_files': 1, # do not include Python together with the executable
'includes': ['numpy'] } },
console=['facemovie/Facemoviefier.py'],
zipfile = None,
)