Skip to content

Commit

Permalink
Remove setting of universal wheels (#3367)
Browse files Browse the repository at this point in the history
Universal wheels indicate that one wheel supports Python 2 and 3. This
is no longer the case for xarray. This causes builds to generate files
with names like xarray-0.13.0-py2.py3-none-any.whl, which can cause
pip to incorrectly install the wheel when installing from a list of
wheel files.
  • Loading branch information
dopplershift authored and max-sixty committed Oct 2, 2019
1 parent 21705e6 commit dd2b803
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[wheel]
universal = 1

[tool:pytest]
python_files=test_*.py
testpaths=xarray/tests properties
Expand Down

0 comments on commit dd2b803

Please sign in to comment.