Codebase list eyed3 / run/4ff767c3-e406-4ae3-a9e9-93a676381998/main setup.cfg
run/4ff767c3-e406-4ae3-a9e9-93a676381998/main

Tree @run/4ff767c3-e406-4ae3-a9e9-93a676381998/main (Download .tar.gz)

setup.cfg @run/4ff767c3-e406-4ae3-a9e9-93a676381998/mainraw · history · blame

[wheel]
universal = 1

[flake8]
max-line-length = 100
statistics = 1
ignore = E121,E124,E126,E127,E128,E131,E266,W504

[aliases]
test = pytest

# coverage+pytest setting (coverage: prefix not working.)
[html]
directory = build/tests/coverage

# coverage+pytest setting (coverage: prefix not working.)
[run]
omit = /tmp/*

[tool:pytest]
addopts = --verbose

[metadata]
license_file = LICENSE