Skip to content

Commit

Permalink
Corrected universal wheel directive; building wheels now targets Pyth…
Browse files Browse the repository at this point in the history
…on 3 only

Fixes #351
Change-Id: I7bd7d105871628f3c65433e46bbf3fe7b106386a
  • Loading branch information
bourke committed Dec 28, 2021
1 parent 4896546 commit d5312eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 6 additions & 0 deletions doc/build/unreleased/351.rst
@@ -0,0 +1,6 @@
.. change::
:tags: changed, py3k
:tickets: 351

Corrected "universal wheel" directive in ``setup.cfg`` so that building a
wheel does not target Python 2.
3 changes: 0 additions & 3 deletions setup.cfg
Expand Up @@ -92,6 +92,3 @@ ignore =
exclude = .venv,.git,.tox,dist,docs/*,*egg,build
import-order-style = google
application-import-names = mako,test

[bdist_wheel]
universal = 1

0 comments on commit d5312eb

Please sign in to comment.