Codebase list netmiko / HEAD setup.cfg
HEAD

Tree @HEAD (Download .tar.gz)

setup.cfg @HEADraw · 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