Skip to content

Commit dd2b803

Browse files
dopplershiftmax-sixty
authored andcommitted
Remove setting of universal wheels (#3367)
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.
1 parent 21705e6 commit dd2b803

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setup.cfg

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[wheel]
2-
universal = 1
3-
41
[tool:pytest]
52
python_files=test_*.py
63
testpaths=xarray/tests properties

0 commit comments

Comments
 (0)