summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 3c5e53385492a2a166179cb5e739cd585705b15a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[metadata]
license_file = LICENSE.rst

[egg_info]
tag_build = dev

[aliases]
release = egg_info -Db ''

[tool:pytest]
testpaths = tests

[coverage:run]
branch = True
source =
    markupsafe

[coverage:paths]
source =
    markupsafe
    .tox/*/lib/python*/site-packages/markupsafe
    .tox/pypy/site-packages/markupsafe