-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
50 lines (41 loc) · 1.06 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
[metadata]
name = hocoto
summary = Homematic Commanline Tools (HoCoTo)
description-file = README.md
description-content-type = text/markdown; charset=UTF-8
author = Marcus Hardt
author-email = marcus@hardt-it.de
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 =
hocoto=hocoto.profile_manager:main
# hocoto_modesetter=hocoto.modesetter:main
[bdist_wheel]
universal = 1
[files]
packages =
hocoto
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
#
[upload_sphinx]
upload-dir = doc/build/html