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

[aliases]
release = sdist bdist_wheel

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

[bdist_wheel]
universal = 1