2019-07-25 01:15:32 +02:00
|
|
|
[bumpversion]
|
2023-07-22 23:36:04 +02:00
|
|
|
current_version = 0.50.3
|
2019-07-25 01:15:32 +02:00
|
|
|
commit = True
|
2019-07-25 01:15:38 +02:00
|
|
|
tag = True
|
2019-07-25 01:15:32 +02:00
|
|
|
|
2023-10-19 19:47:35 +02:00
|
|
|
[files]
|
|
|
|
packages = pbr
|
|
|
|
data_files =
|
|
|
|
platypush/backend/http/webapp/dist/*
|
|
|
|
platypush/install/*
|
|
|
|
platypush/plugins/http/webpage/mercury-parser.js
|
|
|
|
platypush/config/*.yaml
|
|
|
|
|
|
|
|
|
2017-12-11 20:41:50 +01:00
|
|
|
[metadata]
|
2022-12-16 23:20:26 +01:00
|
|
|
description_file = README.md
|
2022-04-04 17:21:47 +02:00
|
|
|
|
|
|
|
[flake8]
|
|
|
|
max-line-length = 120
|
2023-06-28 02:23:09 +02:00
|
|
|
extend-ignore =
|
|
|
|
E203
|
2022-06-01 23:00:52 +02:00
|
|
|
W503
|
2023-08-19 13:28:40 +02:00
|
|
|
SIM104
|
2022-06-02 00:13:43 +02:00
|
|
|
SIM105
|
2023-06-28 02:23:09 +02:00
|
|
|
|