Codebase list bundlewrap / debian/3.6.1-2 setup.cfg
debian/3.6.1-2

Tree @debian/3.6.1-2 (Download .tar.gz)

setup.cfg @debian/3.6.1-2raw · 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