From 88df80b2d341a4d7f768d398b50f4c775da8fff9 Mon Sep 17 00:00:00 2001 From: Holger Peters Date: Thu, 14 Jun 2018 11:14:16 +0200 Subject: Add meta-information that this package is not "zip_safe" This module contains binary shared-library code and thus cannot be used as a zip file. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 9daf6a0..7e7044d 100644 --- a/setup.py +++ b/setup.py @@ -94,6 +94,7 @@ def run_setup(with_binary): author=AUTHOR, author_email=AUTHOR_EMAIL, url=URL, + zip_safe=False, download_url=DOWNLOAD_URL, license=LICENSE, keywords='css oocss xcss sass scss less precompiler', -- cgit v1.2.1