]> kaliko git repositories - python-musicpd.git/blobdiff - setup.cfg
Releasing v0.5.1
[python-musicpd.git] / setup.cfg
index 57523f42c671c11744093a5b0e72898e62fa389a..c24448d39f3dc9256bea41670d6ffec8e59b13f3 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,9 @@
 [sdist]
-formats = bztar,gztar,zip
+formats = xztar,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