aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 1c42ef739e872b49dfbc452bdf9e6daa2f0415d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[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