X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=setup.cfg;h=27755972bda8588748f8aca423bfe831849a3c60;hb=a02edbb61b2e7f6682172940325edbf283aaff85;hp=77bd960c92dc1227958d6f7a43b19beef8842c8b;hpb=0728522f649613376425c91d2b1c0723eca92856;p=python-musicpd.git diff --git a/setup.cfg b/setup.cfg index 77bd960..2775597 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,3 +3,11 @@ formats = bztar,gztar,zip [bdist_wheel] universal = 0 + +[build_sphinx] +source-dir = doc/source +build-dir = build +all_files = 1 + +[pycodestyle] +max_line_length = 88