X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=setup.cfg;h=43c45f7a05924fb337e2d11b7d9f25fbc44fe975;hb=95da1e531c5e46fe304bad0f9d449d73d08564a8;hp=75d2fcbc99b141bdddaf0a6c41152d7c3ba9f388;hpb=0a2bc970f75e7963af0da849e2467ede64c79b91;p=python-musicpd.git diff --git a/setup.cfg b/setup.cfg index 75d2fcb..43c45f7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +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