opennel-pymanager/setup.cfg

14 lines
223 B
INI
Raw Normal View History

[global]
verbose=1
# option for pep8 (check code style python)
[pep8]
max-line-length = 300
# option for pycodestyle (check code style python) - replace pep8
[pycodestyle]
max-line-length = 300
[bdist_wheel]
universal=1