From dd2b803a28cdf2f36210f5a7a46897cc47584ea6 Mon Sep 17 00:00:00 2001 From: Ryan May Date: Wed, 2 Oct 2019 15:43:44 -0600 Subject: [PATCH] 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. --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index e95834949b4..6293d331477 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,3 @@ -[wheel] -universal = 1 - [tool:pytest] python_files=test_*.py testpaths=xarray/tests properties