X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=setup.cfg;h=94f2f3917b44c6826470f6e092e947ba3a579d16;hp=43c45f7a05924fb337e2d11b7d9f25fbc44fe975;hb=HEAD;hpb=95da1e531c5e46fe304bad0f9d449d73d08564a8 diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index 43c45f7..0000000 --- a/setup.cfg +++ /dev/null @@ -1,13 +0,0 @@ -[sdist] -formats = xztar,zip - -[bdist_wheel] -universal = 0 - -[build_sphinx] -source-dir = doc/source -build-dir = build -all_files = 1 - -[pycodestyle] -max_line_length = 88