bumpver/setup.cfg

36 lines
649 B
INI
Raw Normal View History

2018-09-02 21:48:12 +02:00
[flake8]
ignore = E203
max-line-length = 110
exclude = .git,__pycache__,.eggs/,dist/,.mypy_cache
[mypy]
check_untyped_defs = True
disallow_untyped_calls = True
follow_imports = silent
strict_optional = True
[bdist_wheel]
universal = 1
[pycalver]
2018-09-02 23:36:57 +02:00
current_version = v201809.0002-beta
2018-09-02 21:48:12 +02:00
commit = True
tag = True
[pycalver:file:setup.cfg]
patterns =
current_version = {version}
[pycalver:file:setup.py]
patterns =
2018-09-02 23:36:57 +02:00
version="{pep440_version}"
2018-09-02 21:48:12 +02:00
[pycalver:file:src/pycalver/__init__.py]
patterns =
__version__ = "{version}"
[pycalver:file:README.rst]
patterns =
badge/CalVer-{calver}{build}-{release}-blue.svg
:alt: CalVer {version}