wagtail-longclaw/setup.cfg

21 wiersze
234 B
INI
Czysty Zwykły widok Historia

2017-02-03 10:04:57 +00:00
[bumpversion]
2019-03-28 20:12:42 +00:00
current_version = 1.0.2
2017-02-03 10:04:57 +00:00
commit = True
tag = True
[bumpversion:file:longclaw/__init__.py]
[wheel]
universal = 1
[flake8]
ignore = D203
2018-03-23 21:15:50 +00:00
exclude =
2017-02-03 10:04:57 +00:00
.git,
.tox
docs/source/conf.py,
build,
dist
max-line-length = 119
2018-03-23 21:15:50 +00:00