Skip to content

Commit

Permalink
Create setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Mojca Rojko committed Aug 5, 2016
1 parent 66a3f90 commit 21d7074
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[bdist_wheel]
# This flag says that the code is written to work on both Python 2 and Python
# 3. If at all possible, it is good practice to do this. If you cannot, you
# will need to generate wheels for each Python version that you support.
universal=1

0 comments on commit 21d7074

Please sign in to comment.