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

[metadata]
license_file = LICENSE.md

[tool:pytest]
addopts = --flake8

[bdist_wheel]
universal = 1