aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
blob: c95c79d81a8099461200741da9d397e4b56dd3b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[aliases]
test = pytest

[metadata]
license_file = LICENSE.md

[tool:pytest]
addopts = --pep8 --flakes

[bdist_wheel]
universal = 1