Skip to content
Snippets Groups Projects
Commit 7104e4e6 authored by Lee McCuller's avatar Lee McCuller
Browse files

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

parent 284eac98
No related branches found
No related tags found
1 merge request!33made setup non zip-safe so that data files may be located
......@@ -45,7 +45,7 @@ setup_args = dict(
},
include_package_data = True,
zip_safe = True,
zip_safe = False,
)
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