Skip to content

Commit

Permalink
Add setup.cfg for python wheels
Browse files Browse the repository at this point in the history
See http://pythonwheels.com/

We support both Python 2 and Python 3 so setting universal to 1 tells wheel to make one file for both
  • Loading branch information
kaedroho committed May 20, 2015
1 parent e937d7a commit 4865653
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 4865653

Please sign in to comment.