You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mitogen/setup.cfg

14 lines
169 B
INI

[bdist_wheel]
universal=1
[coverage:run]
branch = true
source =
mitogen
omit =
mitogen/compat/*
[flake8]
ignore = E402,E128,W503,E731
exclude = mitogen/compat