Codebase list bundlewrap / upstream/3.5.3 setup.cfg
upstream/3.5.3

Tree @upstream/3.5.3 (Download .tar.gz)

setup.cfg @upstream/3.5.3raw · history · blame

[flake8]
max-line-length = 100
max-complexity = 10

[tool:pytest]
python_files=*.py
python_classes=Test
python_functions=test_*

[bdist_wheel]
universal = 1