12 lines
200 B
INI
12 lines
200 B
INI
[metadata]
|
|
license_files = LICENSE.md
|
|
version = attr: nw.__version__
|
|
|
|
[bdist_wheel]
|
|
universal = 0
|
|
|
|
[flake8]
|
|
ignore = E203,E221,E226,E241,E251,E261,E266,E302,E305
|
|
max-line-length = 99
|
|
exclude = docs/*
|