mirror of
https://github.com/jlengrand/Ivolution.git
synced 2026-03-10 08:21:18 +00:00
Changes executable name for windows compatibility. Removes old debug print statement
This commit is contained in:
2
setup.py
2
setup.py
@@ -65,7 +65,7 @@ setup(
|
||||
"Programming Language :: Python :: 2 :: Only",
|
||||
],
|
||||
#data_files = data_files,
|
||||
scripts=['Ivolution', 'Facemoviefier'],
|
||||
scripts=['Ivolutioner', 'Facemoviefier'],
|
||||
package_dir={'ivolution.data' : 'ivolution/data'},
|
||||
package_data={'ivolution.data' : ['haarcascades/*', 'samples/*', 'ui/*', 'media/*']},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user