Skip to content

Commit

Permalink
universal wheel support
Browse files Browse the repository at this point in the history
This wheel will work on Python 2 and Python 3 so mark it as such.
  • Loading branch information
cardoe committed Apr 7, 2021
1 parent 0dc0791 commit df42ee4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ max-line-length=84
exclude=build,.eggs,.tox,tests,samples
statistics=yes
ignore=E123,E124,E126,E127,E128,E303,E302,W606,F841,E301,F401,E305,W504,W605,F403,F405,E999

[bdist_wheel]
universal = 1

0 comments on commit df42ee4

Please sign in to comment.