platypush/setup.cfg
Fabio Manganiello dd3a701a2e
Full rewrite of platypush.utils.manifest.
The new version encapsulates all the utility functions into three
classes - `Manifest`, `Manifests` and `Dependencies`.
2023-08-19 13:28:40 +02:00

17 lines
186 B
INI

[bumpversion]
current_version = 0.50.3
commit = True
tag = True
[metadata]
description_file = README.md
[flake8]
max-line-length = 120
extend-ignore =
E203
W503
SIM104
SIM105