From 1085704afa4ab2451315d9ec6d4c7b4864ad143e Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Wed, 14 Dec 2022 09:17:11 -0500 Subject: [PATCH] Just play it safe --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 6fee9f50a..a89f65217 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,6 +13,7 @@ classifiers = file: CLASSIFIERS.txt license_files = COPYING.GPL, COPYING.TGPPL.rst [options] +zip_safe = False # tell setuptools to find our package source files automatically packages = find: # find packages beneath the src directory