Ensure bdist_wheel no longer creates a universal wheel

MkDocs no longer suports Python 2. Therefore, a universal wheel would be
innapropriate as it results in `py2.py3`.
This commit is contained in:
Waylan Limberg
2020-03-11 08:59:32 -04:00
parent 2b92209d12
commit fef8a89ba2

View File

@@ -1,5 +1,2 @@
[bdist_wheel]
universal = 1
[metadata]
license_file = LICENSE