summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 61207e66d351b0cb774ef04f46d30a2540f0755a (plain)
1
2
3
4
5
6
7
8
9
10
11
[egg_info]
tag_date = true

[aliases]
release = egg_info -RDb ''

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

[bdist_wheel]
universal = 1