X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;ds=sidebyside;f=setup.cfg;h=43c45f7a05924fb337e2d11b7d9f25fbc44fe975;hb=95da1e531c5e46fe304bad0f9d449d73d08564a8;hp=77bd960c92dc1227958d6f7a43b19beef8842c8b;hpb=0728522f649613376425c91d2b1c0723eca92856;p=python-musicpd.git diff --git a/setup.cfg b/setup.cfg index 77bd960..43c45f7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,13 @@ [sdist] -formats = bztar,gztar,zip +formats = xztar,zip [bdist_wheel] universal = 0 + +[build_sphinx] +source-dir = doc/source +build-dir = build +all_files = 1 + +[pycodestyle] +max_line_length = 88