diff options
author | Tomaz Solc <tomaz.solc@tablix.org> | 2021-09-09 22:17:30 +0200 |
---|---|---|
committer | Tomaz Solc <tomaz.solc@tablix.org> | 2021-09-09 22:17:30 +0200 |
commit | 33acbb6657fe273e136af7b46784c78c4d82cea3 (patch) | |
tree | 20101a27233484dfdca92e39bf5c272050e96faf | |
parent | 9c2dc90abda2726227847f0c4ab0c50e13240cd1 (diff) | |
download | unidecode-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.cfg | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,5 +1,2 @@ -[bdist_wheel] -universal = 1 - [metadata] license_file = LICENSE |