Skip to content
Snippets Groups Projects
Commit ea42d0c6 authored by Christopher Wipf's avatar Christopher Wipf
Browse files

Merge branch 'fix_install' into 'master'

made setup non zip-safe so that data files may be located

Closes #21

See merge request !33
parents 284eac98 7104e4e6
No related branches found
No related tags found
1 merge request!33made setup non zip-safe so that data files may be located
Pipeline #28468 passed
...@@ -45,7 +45,7 @@ setup_args = dict( ...@@ -45,7 +45,7 @@ setup_args = dict(
}, },
include_package_data = True, include_package_data = True,
zip_safe = True, zip_safe = False,
) )
if __name__ == "__main__": if __name__ == "__main__":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment