Commit 220f29c3 authored by Luke Macken's avatar Luke Macken

We are not zip safe

parent eb893a69
......@@ -23,7 +23,7 @@ setup(name='pyrasite',
license='GPLv3',
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
include_package_data=True,
zip_safe=True,
zip_safe=False,
install_requires=[
"Cython", # Needed for meliae
"meliae",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment