diff --git a/setup.cfg b/setup.cfg index 18ff558..4297032 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,3 +14,6 @@ install_requires = [options.entry_points] console_scripts = pferd = PFERD.__main__:main + +[pycodestyle] +max-line-length = 110 \ No newline at end of file