2018-02-02 20:52:32 +00:00
|
|
|
[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
|
2018-02-05 22:10:00 +00:00
|
|
|
|
|
|
|
[bdist_wheel]
|
|
|
|
universal=1
|