-
Notifications
You must be signed in to change notification settings - Fork 81
/
setup.cfg
50 lines (45 loc) · 1.29 KB
/
setup.cfg
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
46
47
48
49
50
[metadata]
name = bimmer_connected
author = gerard33, rikroe
summary = Library to read data from the BMW Connected Drive portal
description_file = README.rst
description_content_type = text/x-rst; charset=UTF-8
python_requires = >= 3.8
home_page = https://github.com/bimmerconnected/bimmer_connected
project_urls =
Bug Tracker = https://github.com/bimmerconnected/bimmer_connected/issues
Documentation = https://bimmer-connected.readthedocs.io/en/latest/
Source Code = https://github.com/bimmerconnected/bimmer_connected
license = Apache-2.0
classifier =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
keywords =
BMW
Connected Drive
home automation
[files]
packages =
bimmer_connected
[entry_points]
console_scripts =
bimmerconnected = bimmer_connected.cli:main
[options]
install_requires =
httpx
pycryptodome>=3.4
pyjwt>=2.1.0
[options.extras_require]
china =
Pillow
[options.package_data]
bimmer_connected =
py.typed
bimmer_connected/tests/responses/*