Add universal Wheel support.

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.
This commit is contained in:
Berker Peksag 2014-03-05 02:23:38 +02:00
parent 4baaa08beb
commit 765b8ab48b

View File

@ -6,3 +6,6 @@ group = System Environment/Daemons
[pytest]
norecursedirs = examples lib local src
[wheel]
universal = 1