summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: d2c34914d0de10dcb44819991e0063fe656c1925 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[aliases]
clean_egg_info = egg_info -Db ''
release = clean_egg_info sdist bdist_wheel

[bdist_wheel]
universal = 1

[egg_info]
tag_build = dev

[metadata]
license_file = LICENSE

[tool:pytest]
addopts = -ra -v