Codebase list netmiko / upstream/2.4.2 setup.cfg
upstream/2.4.2

Tree @upstream/2.4.2 (Download .tar.gz)

setup.cfg @upstream/2.4.2raw · history · blame

[bdist_wheel]
universal = 1

[metadata]
license_file = LICENSE

[pylama]
linters = mccabe,pep8,pyflakes
ignore = D203,C901
skip = tests/*,build/*,.tox/*,netmiko/_textfsm/*,examples/use_cases/*

[pylama:pep8]
max_line_length = 100

[egg_info]
tag_build = 
tag_date = 0