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:
@@ -11,5 +11,3 @@ import os
|
||||
_ROOT = os.path.abspath(os.path.dirname(__file__))
|
||||
def get_data(path):
|
||||
return os.path.join(_ROOT, 'data', path)
|
||||
|
||||
print get_data('resource1/foo.txt')
|
||||
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