platypush/setup.cfg

30 lines
446 B
INI
Raw Permalink Normal View History

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
[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]
description_file = README.md
2022-04-04 17:21:47 +02:00
[flake8]
max-line-length = 120
exclude =
# Legacy library copied from the upstream repo
fliclib.py
extend-ignore =
2023-06-28 02:23:09 +02:00
E203
2022-06-01 23:00:52 +02:00
W503
SIM104
SIM105
2023-06-28 02:23:09 +02:00