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

[check-manifest]
ignore =
    .gitignore
    .gitattributes
    PKG-INFO
    *.egg-info
    *.egg-info/*
ignore-default-rules = true
ignore-bad-ideas =
    tests/pkgs/localeapp/**/*.mo

[tool:pytest]
python_files = test_*.py
testpaths =
    tests
addopts = -W always