Skip to content

Commit d5312eb

Browse files
committed
Corrected universal wheel directive; building wheels now targets Python 3 only
Fixes #351 Change-Id: I7bd7d105871628f3c65433e46bbf3fe7b106386a
1 parent 4896546 commit d5312eb

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

doc/build/unreleased/351.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.. change::
2+
:tags: changed, py3k
3+
:tickets: 351
4+
5+
Corrected "universal wheel" directive in ``setup.cfg`` so that building a
6+
wheel does not target Python 2.

setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,3 @@ ignore =
9292
exclude = .venv,.git,.tox,dist,docs/*,*egg,build
9393
import-order-style = google
9494
application-import-names = mako,test
95-
96-
[bdist_wheel]
97-
universal = 1

0 commit comments

Comments
 (0)