blob: 56ffc20514e5b0c788727861c7b17ec803f3b630 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[bdist_wheel]
universal = 1
[aliases]
release = register clean --all sdist bdist_wheel upload
[flake8]
max-line-length = 140
[pytest]
addopts = -v --cov-report term-missing
python_files = *.py
python_functions = test
norecursedirs = .tox .git *.egg-info __pycache__ dist build
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0
|