mirror of
https://github.com/jlengrand/Ivolution.git
synced 2026-03-10 08:21:18 +00:00
Adds packaging structure
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,5 +1,6 @@
|
||||
*.pyc
|
||||
data/*
|
||||
data
|
||||
build
|
||||
dist
|
||||
MANIFEST
|
||||
MANIFEST
|
||||
packaging
|
||||
3
setup.py
3
setup.py
@@ -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,
|
||||
)
|
||||
Reference in New Issue
Block a user