Skip to content

Commit 82413f5

Browse files
committed
Remove universal wheel distribution
Since universal wheels are only to support Python 2 and we no longer support Python 2, we can make the distribution a regular wheel again. Reverts #17 after valiantly supporting Python 2 for several years. Fixes #100.
1 parent 44aa552 commit 82413f5

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,3 @@ To release:
421421
git tag v$(grep version setup.cfg | sed "s/.*= //")
422422
git push --tags
423423
```
424-
425-
Notes: The wheel is specified as universal in the file `setup.cfg` by the `universal = 1` key in the
426-
`[bdist_wheel]` section.

setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ python_requires = >=3.7
3636
console_scripts =
3737
email_validator=email_validator:main
3838

39-
[bdist_wheel]
40-
universal = 1
41-
4239
[flake8]
4340
max-line-length = 120
4441

0 commit comments

Comments
 (0)