Revision 6e45ef45a5088d45642ec7f8aeb583b38636aa09 authored by Michael F. Herbst on 27 February 2019, 18:01:08 UTC, committed by Michael F. Herbst on 27 February 2019, 18:01:08 UTC
1 parent 6a671d1
Raw File
setup.cfg
[bumpversion]
current_version = 0.6.3
commit = True
tag = True

[bumpversion:file:adcc/__init__.py]

[bumpversion:file:setup.py]

[flake8]
ignore = E241,E266,W504
max-line-length = 80

[aliases]
test = pytest

[tool:pytest]

back to top