platypush/setup.cfg

26 lines
377 B
INI
Raw Permalink Normal View History

2019-07-25 01:15:32 +02:00
[bumpversion]
2024-05-26 00:25:34 +02:00
current_version = 0.99.0
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
[files]
packages = pbr
2024-05-26 00:25:34 +02:00
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]
description_file = README.md
2022-04-04 17:21:47 +02:00
[flake8]
max-line-length = 120
2024-05-26 00:25:34 +02:00
exclude =
fliclib.py
extend-ignore =
2023-06-28 02:23:09 +02:00
E203
2022-06-01 23:00:52 +02:00
W503
2024-05-26 00:25:34 +02:00
SIM104
SIM105