django-cryptolock/setup.cfg

23 lines
314 B
INI
Raw Permalink Normal View History

[bumpversion]
2020-03-31 19:42:47 +02:00
current_version = 0.1.0
commit = True
2020-01-08 19:44:37 +01:00
tag = False
[bumpversion:file:setup.py]
[bumpversion:file:django_cryptolock/__init__.py]
[wheel]
universal = 1
[flake8]
ignore = D203
exclude =
django_cryptolock/migrations,
.git,
.tox,
docs/conf.py,
build,
dist
max-line-length = 119