mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
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.
12 lines
263 B
INI
12 lines
263 B
INI
[bdist_rpm]
|
|
build-requires = python2-devel python-setuptools python-sphinx
|
|
requires = python-setuptools >= 0.6c6 python-ctypes
|
|
install_script = rpm/install
|
|
group = System Environment/Daemons
|
|
|
|
[pytest]
|
|
norecursedirs = examples lib local src
|
|
|
|
[wheel]
|
|
universal = 1
|