platypush/setup.cfg
Fabio Manganiello a00f034282
Added non-Python static files to setup.cfg.
As it's best practice for the latest versions of Python builders.
2023-10-19 19:48:20 +02:00

26 lines
370 B
INI

[bumpversion]
current_version = 0.50.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
extend-ignore =
E203
W503
SIM104
SIM105