misc: mark installation as not zip-safe

This commit is contained in:
Frédéric Péters 2018-11-05 13:33:15 +01:00
parent 848654379a
commit 28bce3500b
1 changed files with 1 additions and 0 deletions

View File

@ -76,4 +76,5 @@ setup(
cmdclass={
'sdist': eo_sdist,
},
zip_safe=False,
)