summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 20def476beac742d918723864549997cddd64d12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0

[aliases]
distribute = register sdist bdist_egg upload pudge publish
test = pytest

[bdist_wheel]
universal=1

[tool:pytest]
testpaths = tests