Codebase list python-procrunner / 04d85c7 setup.cfg
04d85c7

Tree @04d85c7 (Download .tar.gz)

setup.cfg @04d85c7raw · history · blame

[metadata]
project-urls =
    Documentation = https://procrunner.readthedocs.io/
    GitHub = https://github.com/DiamondLightSource/python-procrunner
    Bug-Tracker = https://github.com/DiamondLightSource/python-procrunner/issues

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

[bumpversion:file:setup.py]
search = version="{current_version}"
replace = version="{new_version}"

[bumpversion:file:procrunner/__init__.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"

[flake8]
exclude = docs

[aliases]
test = pytest

[tool:pytest]
collect_ignore = ['setup.py']