Files
cibuildwheel/setup.cfg
T

16 lines
197 B
INI
Raw Normal View History

[bdist_wheel]
universal = 1
2019-11-12 23:51:27 +00:00
[flake8]
ignore = E501,W503
application-import-names = cibuildwheel
exclude =
cibuildwheel/resources/,
dist/,
build/,
.git/,
env/,
env2/,
.venv/,
site/