File: setup.cfg

package info (click to toggle)
python-asciimatics 1.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,488 kB
  • sloc: python: 15,713; sh: 8; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 163 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
[bdist_wheel]
# Only support Python 3 now.
universal=0

[metadata]
# include the license file in the wheel
license_files = LICENSE

[flake8]
max-line-length = 110