-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
49 lines (40 loc) · 1.08 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
[metadata]
name = mqtt-to-influx
summary = Collect mqtt data, apply type specific conversion and stuff that into an influx DB
description-file = README.md
description-content-type = text/markdown; charset=UTF-8
author = Marcus Hardt
author-email = [email protected]
home-page = https://none
project_urls =
Bug Tracker = https://none
Documentation = https://none
license = MIT
license_file = LICENSE
classifier =
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Natural Language :: English
Programming Language :: Python
Programming Language :: Python :: 3
Topic :: Utilities
[options.entry_points]
console_scripts =
mqtt-to-influx=mqtt_to_influx.daemon:main
[bdist_wheel]
universal = 1
[files]
packages =
mqtt_to_influx
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
#
[upload_sphinx]
upload-dir = doc/build/html