summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 8004dcb6361edecddb1940287e1c76cf4551aecc (plain)
1
2
3
4
5
6
[aliases]
release = clean --all sdist bdist_wheel build_sphinx upload upload_docs
test = pytest

[wheel]
universal = 1