platypush/setup.cfg
Fabio Manganiello 23e02de1d7
All checks were successful
continuous-integration/drone/push Build is passing
Bump version: 1.0.2 → 1.0.3
2024-05-31 02:57:08 +02:00

26 lines
376 B
INI

[bumpversion]
current_version = 1.0.3
commit = True
tag = True
[files]
packages = pbr
data_files =
platypush/backend/http/webapp/dist/*
platypush/install/*
platypush/plugins/http/webpage/mercury-parser.js
platypush/config/*.yaml
[metadata]
description_file = README.md
[flake8]
max-line-length = 120
exclude =
fliclib.py
extend-ignore =
E203
W503
SIM104
SIM105