dpkt/setup.cfg

16 lines
304 B
INI

[bdist_wheel]
[aliases]
release = sdist bdist_wheel upload -r pypi
test_release = sdist bdist_wheel upload -r pypitest
[flake8]
max-line-length = 140
[tool:pytest]
addopts= -v --cov-report term-missing
python_files=*.py
python_functions=test
norecursedirs=.tox .git *.egg-info __pycache__ dist build