mirror of
https://gitee.com/openharmony/third_party_jinja2
synced 2024-11-23 23:29:58 +00:00
21 lines
277 B
INI
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
|