python3/test/setup-cfg-test-app/setup.cfg
phracek 9a3b04f941 Merge pull request #485 from phracek/support_push_minimal_container_to_quay
Build and push python minimal image to quay.io/sclorg
2021-12-13 12:37:35 +00: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 = .