Don't make python2-wheel

https://buildmedia.readthedocs.org/media/pdf/wheel/stable/wheel.pdf:
````
If you want to make universal (Python 2/3 compatible, pure Python) wheels, add the following section to your setup.
cfg:
[bdist_wheel]
universal = 1
````
pull/2/head
Anders Einar Hilden 2022-08-24 11:48:46 +02:00 committed by GitHub
parent f09b4bf50b
commit ed57acf391
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ tag = True
license_file = LICENSE
[bdist_wheel]
universal = 1
universal = 0