Codebase list pywinrm / c5f3935b-d442-4315-83db-f01e744c94f9/main setup.cfg
c5f3935b-d442-4315-83db-f01e744c94f9/main

Tree @c5f3935b-d442-4315-83db-f01e744c94f9/main (Download .tar.gz)

setup.cfg @c5f3935b-d442-4315-83db-f01e744c94f9/mainraw · history · blame

[bdist_rpm]
requires = python-xmltodict

[bdist_wheel]
universal = 1

[tool:pytest]
norecursedirs = .git .idea env
flake8-ignore = tests/*.py E501
flake8-max-line-length = 160