Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
Mark this as a non-universal wheel.
Browse files Browse the repository at this point in the history
Since the project doesn't contain a C extension, a Py2-only wheel
can be released.
  • Loading branch information
hannosch committed May 28, 2017
1 parent 6bed93a commit b94e327
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ ignore =
[flake8]
ignore = C901,N801,N802,N803,N805,N806,N812,E301
exclude = bootstrap.py

[bdist_wheel]
universal = 0

[zest.releaser]
create-wheel = yes

0 comments on commit b94e327

Please sign in to comment.