-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
38 lines (33 loc) · 886 Bytes
/
pyproject.toml
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
[project]
name = "fshome"
version = "1.4.2"
description = "domotica sampler and shower"
readme = "README.md"
requires-python = ">=3.7"
license = {file = "LICENSE.txt"}
keywords = ["hue", "fs20", "DSMR", "deCONZ", "homekit"]
authors = [
{email = "[email protected]"},
{name = "Henk Jan van Aalderen"}
]
maintainers = [
{name = "", email = ""}
]
classifiers = [
"Development Status :: Beta",
"Programming Language :: Python"
]
# Using 'dependencies' and 'optional-dependencies' as an example
# as those fields' format are an Open Issue.
dynamic = o["bottle", "HAP-python", "bluepy"]
[project.urls]
homepage = ""
documentation = ""
repository = "github.com"
changelog = "github.com/hjva/fshome/master/doc/CHANGELOG.md"
[project.scripts]
fshome-cli = "fsmain"
[project.gui-scripts]
fshome-gui = "fssite"
[project.entry-points."fshome.magical"]
tomatoes = "fshome:main_tomatoes"