Skip to content

Commit

Permalink
enh: fixed #4302 (#4315)
Browse files Browse the repository at this point in the history
Amended recommendation by @keewis
  • Loading branch information
zerothi authored Aug 5, 2020
1 parent 1101eca commit ed6fff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -197,4 +197,4 @@ ignore_errors = True
test = pytest

[pytest-watch]
nobeep = True
nobeep = True

0 comments on commit ed6fff2

Please sign in to comment.