From b20daf51c8448df7c34971dc009c128d3798a3ad Mon Sep 17 00:00:00 2001 From: "Nick R. Papior" Date: Wed, 5 Aug 2020 19:03:14 +0200 Subject: [PATCH] enh: fixed #4302 Amended recommendation by @keewis --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index ad0b12a3e32..03f79c736c0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -69,7 +69,7 @@ classifiers = Topic :: Scientific/Engineering [options] -packages = xarray +packages = find: zip_safe = False # https://mypy.readthedocs.io/en/latest/installed_packages.html include_package_data = True python_requires = >=3.6 @@ -197,4 +197,4 @@ ignore_errors = True test = pytest [pytest-watch] -nobeep = True \ No newline at end of file +nobeep = True