wagtail-longclaw/setup.cfg

21 wiersze
234 B
INI

[bumpversion]
current_version = 1.0.2
commit = True
tag = True
[bumpversion:file:longclaw/__init__.py]
[wheel]
universal = 1
[flake8]
ignore = D203
exclude =
.git,
.tox
docs/source/conf.py,
build,
dist
max-line-length = 119