From 181dc520e6a95359b0feb238c885c2152d01ad2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B0=D1=88=D0=B0=20=D0=A7=D0=B5=D1=80=D0=BD=D1=8B?= =?UTF-8?q?=D1=85?= Date: Fri, 19 Jan 2018 10:49:44 +0300 Subject: [PATCH] [Fix] Add zip_safe option --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index f1b82292..9925a80d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,6 +38,8 @@ classifiers = Programming Language :: Python :: 3.6 [options] +# Unpack your project to .egg or no? +zip_safe = False # You can just specify the packages manually here if your project is # simple. Or you can use find. packages = find: