Skip to content

Commit

Permalink
setup.py: default universal wheel
Browse files Browse the repository at this point in the history
By default, flag that a universal wheel will be built when a maintainer
generated a release package via `bdist_wheel`. This avoids the need to
specify the `--universal` option in the command line.

Signed-off-by: James Knight <james.d.knight@live.com>
  • Loading branch information
jdknight committed Feb 20, 2020
1 parent 63fd125 commit f178dd2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
@@ -0,0 +1,3 @@
[bdist_wheel]
# build a universal wheel (Python 2 and 3 supported)
universal=1

0 comments on commit f178dd2

Please sign in to comment.