Skip to content

Commit

Permalink
Add universal Wheel support.
Browse files Browse the repository at this point in the history
Gunicorn works on both Python 2 and Python 3, so we can create a
universal Wheel distribution.

See https://github.com/pypa/sampleproject/blob/master/setup.cfg for
more information.
  • Loading branch information
berkerpeksag committed Mar 5, 2014
1 parent 4baaa08 commit 765b8ab
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 @@ group = System Environment/Daemons

[pytest]
norecursedirs = examples lib local src

[wheel]
universal = 1

0 comments on commit 765b8ab

Please sign in to comment.