forked from platypush/platypush
Fabio Manganiello
b71612cb2f
It reduces the duplication of `__version__`, which before was defined on: - `setup.py` - `setup.cfg` - `platypush/__init__.py`
28 lines
451 B
INI
28 lines
451 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 = attr: platypush.__version__.__version__
|
|
description_file = README.md
|
|
|
|
[flake8]
|
|
max-line-length = 120
|
|
exclude =
|
|
fliclib.py
|
|
extend-ignore =
|
|
E203
|
|
W503
|
|
SIM104
|
|
SIM105
|
|
SIM115
|