forked from bimmerconnected/bimmer_connected
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
34 lines (32 loc) · 1.01 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
[metadata]
name = bimmer_connected
author = gerard33
author-email = bietenbak@yahoo.com
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.5
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
keywords =
BMW
Connected Drive
home automation
[files]
packages =
bimmer_connected
[entry_points]
console_scripts =
bimmerconnected = bimmer_connected.cli:main