Skip to content

Commit ed6fff2

Browse files
authored
enh: fixed #4302 (#4315)
Amended recommendation by @keewis
1 parent 1101eca commit ed6fff2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ classifiers =
6969
Topic :: Scientific/Engineering
7070

7171
[options]
72-
packages = xarray
72+
packages = find:
7373
zip_safe = False # https://mypy.readthedocs.io/en/latest/installed_packages.html
7474
include_package_data = True
7575
python_requires = >=3.6
@@ -197,4 +197,4 @@ ignore_errors = True
197197
test = pytest
198198

199199
[pytest-watch]
200-
nobeep = True
200+
nobeep = True

0 commit comments

Comments
 (0)