summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: ad4bb1cee712b66e8d52d8da3f59377fb4346b02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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
filterwarnings =
    # The doctest for format_number would raise this, but we don't really want to see it.
    ignore:babel.numbers.format_decimal:DeprecationWarning

[bdist_wheel]
universal = 1

[metadata]
license_file = LICENSE