summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: f34fe3d2db94e896717c48449940d7ec02cca50d (plain)
1
2
3
4
5
6
7
8
9
[aliases]
release = sdist bdist_wheel
test = pytest

[metadata]
license_file = LICENSE.md

[wheel]
universal = 1