Skip to content

Commit

Permalink
Mark the wheel universal
Browse files Browse the repository at this point in the history
The code works on both Python 2 and 3 so the same wheel can be used for
both.
  • Loading branch information
bluetech committed Sep 20, 2020
1 parent 4f84396 commit 8c358a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[bdist_wheel]
universal=1

0 comments on commit 8c358a4

Please sign in to comment.