python3/test/setup-cfg-test-app/setup.cfg
2021-12-10 11:04:56 +01:00

14 lines
231 B
INI

[metadata]
name = testapp
version = 0.1
[options]
install_requires =
gunicorn<20.0.0; python_version < '3.5'
gunicorn>=20.0.0; python_version >= '3.5'
package_dir =
= .
packages = find:
[options.packages.find]
where = .