X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=setup.cfg;h=94f2f3917b44c6826470f6e092e947ba3a579d16;hp=c24448d39f3dc9256bea41670d6ffec8e59b13f3;hb=HEAD;hpb=b33bea0e5a0068eda0f882ac46b9383d34037e6e diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index c24448d..0000000 --- a/setup.cfg +++ /dev/null @@ -1,17 +0,0 @@ -[sdist] -formats = xztar,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