Skip to content
Snippets Groups Projects
setup.cfg 302 B
[aliases]
test=pytest

[bumpversion]
current_version = 0.8.5
commit = True
tag = True

[bumpversion:file:setup.py]

[bumpversion:file:mwclient/client.py]

[bumpversion:file:README.rst]

[bdist_wheel]
universal = 1

[tool:pytest]
pep8ignore = E501 W602
addopts = -v --pep8 tests mwclient --cov mwclient