From 33acbb6657fe273e136af7b46784c78c4d82cea3 Mon Sep 17 00:00:00 2001 From: Tomaz Solc Date: Thu, 9 Sep 2021 22:17:30 +0200 Subject: Remove universal=1 from setup.cfg This prevents the wheel from being installed on Python 2. https://packaging.python.org/guides/distributing-packages-using-setuptools/#wheels --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index ed8a958..0c9e0fc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,2 @@ -[bdist_wheel] -universal = 1 - [metadata] license_file = LICENSE -- cgit v1.2.1