Skip to content

Commit 44b3112

Browse files
committed
setup.cfg: remove bdist_wheel.universal = true
Since this project does not support Python 2, the wheels are not universal. Signed-off-by: Kevin Locke <[email protected]>
1 parent bc0e48e commit 44b3112

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ exclude =
7070
tests
7171
where = src
7272

73-
[bdist_wheel]
74-
universal = true
75-
7673
[aliases]
7774
test = pytest
7875

0 commit comments

Comments
 (0)