1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
[bumpversion]
current_version = 0.10.4
commit = True
tag = True
files = volvooncall/volvooncall.py
[metadata]
name = volvooncall
version = 0.10.3
description = Communicate with VOC
url = https://github.com/molobrakos/volvooncall
license = Unlicense
author = Erik
author_email = error.errorsson@gmail.com
maintainer = decompil3d
[options]
scripts =
voc
packages =
volvooncall
install_requires =
aiohttp<4.0
python_requires = >=3.10
[options.extras_require]
console =
certifi
docopt
geopy>=1.14.0
mqtt =
amqtt>=0.10.0,<0.11.0
certifi
[flake8]
exclude = .venv,.git,.tox,include,lib,bin,.tox,.tmp
import-order-style = pep8
[pytype]
inputs = voc volvooncall
python_version = 3.10
disable =
module-attr,
attribute-error,
import-error
|