X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=setup.cfg;h=10f8cc2ee0681d3176b2368095459c349a8b3702;hb=2885a809f6af681b472aa39dfba4656db89b392a;hp=57523f42c671c11744093a5b0e72898e62fa389a;hpb=602b7a5875bafd873d6fb005622379eb11dd133b;p=python-musicpd.git diff --git a/setup.cfg b/setup.cfg index 57523f4..10f8cc2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [sdist] -formats = bztar,gztar,zip +formats = gztar,zip [bdist_wheel] universal = 0 @@ -8,3 +8,6 @@ universal = 0 source-dir = doc/source build-dir = build all_files = 1 + +[pycodestyle] +max_line_length = 88