setup.cfg: mark wheel as non-universal, py3 only

I forgot to do this before releasing 4.0.0 -- but it's ok.
Even if wheel file name incorrectly says 'py2.py3', PyPI reads the metadata
from the package and returns the correct version of fonttools (3.44.0 vs 4.0)
depending on the version of the python interpreter used to run pip installer.
This commit is contained in:
Cosimo Lupo 2019-08-22 16:40:08 +02:00
parent 1b4bb8bc9c
commit 63fb3fb881
No known key found for this signature in database
GPG Key ID: 179A8F0895A02F4F

View File

@ -24,9 +24,6 @@ replace = __version__ = "{new_version}"
search = version="{current_version}" search = version="{current_version}"
replace = version="{new_version}" replace = version="{new_version}"
[wheel]
universal = 1
[sdist] [sdist]
formats = zip formats = zip