webssh/setup.cfg

10 lines
133 B
INI
Raw Normal View History

2018-04-26 16:44:52 +00:00
[wheel]
universal = 1
2018-04-26 16:04:48 +00:00
[metadata]
license_file = LICENSE
[flake8]
exclude = .git,build,dist,tests, __init__.py
max-line-length = 79