X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=setup.cfg;h=295b2839c6dfb05eea4b5133751a6b13ad35dfb8;hp=94f2f3917b44c6826470f6e092e947ba3a579d16;hb=HEAD;hpb=50d138362c3ae54ff4d995e4479f8ce5182a3d0e diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index 94f2f39..0000000 --- a/setup.cfg +++ /dev/null @@ -1,17 +0,0 @@ -[sdist] -formats = gztar,zip - - -[metadata] -license_file = LICENSE.txt - -[bdist_wheel] -universal = 0 - -[build_sphinx] -source-dir = doc/source -build-dir = build -all_files = 1 - -[pycodestyle] -max_line_length = 88