Codebase list pywinrm / 7a915f8e-8c69-4d66-9145-4ad853c0d0c1/main setup.cfg
7a915f8e-8c69-4d66-9145-4ad853c0d0c1/main

Tree @7a915f8e-8c69-4d66-9145-4ad853c0d0c1/main (Download .tar.gz)

setup.cfg @7a915f8e-8c69-4d66-9145-4ad853c0d0c1/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