]> kaliko git repositories - python-musicpd.git/blob - setup.cfg
Add test for two worded commands (ie. "tagtypes clear")
[python-musicpd.git] / setup.cfg
1 [sdist]
2 formats = gztar,zip
3
4
5 [metadata]
6 license_file = LICENSE.txt
7
8 [bdist_wheel]
9 universal = 0
10
11 [build_sphinx]
12 source-dir = doc/source
13 build-dir  = build
14 all_files  = 1
15
16 [pycodestyle]
17 max_line_length = 88