WIP: mostly scratch code still

This commit is contained in:
Manuel Barkhau 2018-09-02 21:48:12 +02:00
parent e2e218bce9
commit 3471560eaa
20 changed files with 1757 additions and 1 deletions

35
setup.cfg Normal file
View file

@ -0,0 +1,35 @@
[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]
current_version = v201808.0001-beta
commit = True
tag = True
[pycalver:file:setup.cfg]
patterns =
current_version = {version}
[pycalver:file:setup.py]
patterns =
__version__ = "{version}"
[pycalver:file:src/pycalver/__init__.py]
patterns =
__version__ = "{version}"
[pycalver:file:README.rst]
patterns =
badge/CalVer-{calver}{build}-{release}-blue.svg
:alt: CalVer {version}