forked from rikroe/bimmer_connected
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
38 lines (35 loc) · 1.12 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
[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.6
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
classifier =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
keywords =
BMW
Connected Drive
home automation
[files]
packages =
bimmer_connected
[entry_points]
console_scripts =
bimmerconnected = bimmer_connected.cli:main
[options.package_data]
bimmer_connected = py.typed