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

[pytest]
norecursedirs = .* _* scripts {args}

[bdist_wheel]
universal = 1