summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 12585f0d7fc2107c5bc9392749296d55cb6e8ae3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[aliases]
release = sdist bdist_wheel

[tool:pytest]
norecursedirs = venv* .* _* scripts {args}
doctest_optionflags = ELLIPSIS NORMALIZE_WHITESPACE ALLOW_UNICODE IGNORE_EXCEPTION_DETAIL
markers =
    all_locales: parameterize test with all locales

[bdist_wheel]
universal = 1

[metadata]
license_file = LICENSE