X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=setup.cfg;h=c24448d39f3dc9256bea41670d6ffec8e59b13f3;hb=93b6447e5adebbefa1aef837df3d81c3b2642013;hp=57523f42c671c11744093a5b0e72898e62fa389a;hpb=602b7a5875bafd873d6fb005622379eb11dd133b;p=python-musicpd.git diff --git a/setup.cfg b/setup.cfg index 57523f4..c24448d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,9 @@ [sdist] -formats = bztar,gztar,zip +formats = xztar,zip + + +[metadata] +license_file = LICENSE.txt [bdist_wheel] universal = 0 @@ -8,3 +12,6 @@ universal = 0 source-dir = doc/source build-dir = build all_files = 1 + +[pycodestyle] +max_line_length = 88