poetry/tests/utils/fixtures/setups/with-setup-cfg/setup.cfg

21 lines
339 B
INI

[metadata]
name = with-setup-cfg
version = 1.2.3
description = Package with setup.cfg
[options]
zip_safe = true
python_requires = >=2.6,!=3.0,!=3.1,!=3.2,!=3.3
setup_requires = setuptools>=36.2.2
install_requires =
six
tomlkit
[options.extras_require]
validation =
cerberus
tests =
pytest
pytest-xdist
pytest-cov