Updated setup.cfg

The `pep8` command was complaining that `pycodestyle` is the new `pep8`
when it comes to config section names.
This commit is contained in:
2018-08-16 17:24:13 +02:00
parent 99fdb422ef
commit 9e9d1b7c13

View File

@@ -1,2 +1,2 @@
[pep8]
[pycodestyle]
max-line-length = 120