platypush/setup.cfg
Fabio Manganiello a70f151e28
[Fix] Version should be explicitly defined in setup.cfg (for now).
Importing `platypush.__version__` also imports the `platypush` base
package, which in turns depends on at least `pyyaml` being already
installed on the system.
2024-07-27 11:56:23 +02:00

28 lines
417 B
INI

[bumpversion]
current_version = 1.1.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]
name = platypush
version = 1.1.3
description_file = README.md
[flake8]
max-line-length = 120
exclude =
fliclib.py
extend-ignore =
E203
W503
SIM104
SIM105
SIM115