]> kaliko git repositories - python-musicpd.git/blobdiff - setup.cfg
Cleanup tests code
[python-musicpd.git] / setup.cfg
index 57523f42c671c11744093a5b0e72898e62fa389a..94f2f3917b44c6826470f6e092e947ba3a579d16 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,9 @@
 [sdist]
-formats = bztar,gztar,zip
+formats = gztar,zip
+
+
+[metadata]
+license_file = LICENSE.txt
 
 [bdist_wheel]
 universal = 0
@@ -8,3 +12,6 @@ universal = 0
 source-dir = doc/source
 build-dir  = build
 all_files  = 1
+
+[pycodestyle]
+max_line_length = 88