third_party_jinja2/setup.cfg
2019-07-20 12:44:26 -07:00

21 lines
277 B
INI

[metadata]
license_file = LICENSE
[bdist_wheel]
universal = true
[tool:pytest]
testpaths = tests
[coverage:run]
branch = True
source =
jinja2
tests
[coverage:paths]
source =
src/jinja2
.tox/*/lib/python*/site-packages/jinja2
.tox/*/site-packages/jinja2