From e9b5b82ee1b781e8a4f75000733741686f4b6ed9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=A4ufl?= Date: Sat, 18 Jul 2020 10:52:51 +0200 Subject: [PATCH] Wheel isn't universal as it doesn't support Python 2 See https://packaging.python.org/guides/distributing-packages-using-setuptools/#universal-wheels --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 8118aa9..1a3d91d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -50,9 +50,6 @@ tests = pytest ~= 3.10 pytest-asyncio ~= 0.8 -[bdist_wheel] -universal=1 - [tool:pytest] addopts = tests/