summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomaz Solc <tomaz.solc@tablix.org>2021-09-09 22:17:30 +0200
committerTomaz Solc <tomaz.solc@tablix.org>2021-09-09 22:17:30 +0200
commit33acbb6657fe273e136af7b46784c78c4d82cea3 (patch)
tree20101a27233484dfdca92e39bf5c272050e96faf
parent9c2dc90abda2726227847f0c4ab0c50e13240cd1 (diff)
downloadunidecode-33acbb6657fe273e136af7b46784c78c4d82cea3.tar.gz
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
-rw-r--r--setup.cfg3
1 files changed, 0 insertions, 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