forked from roslovets/SP110E-HASS
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
38 lines (34 loc) · 1.06 KB
/
pyproject.toml
File metadata and controls
38 lines (34 loc) · 1.06 KB
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
[tool.poetry]
name = "sp110e-hass"
version = "2.0.2"
description = "Control SP110E RGB LED BLE Controller from Home Assistant"
authors = [
"Pavel Roslovets <p.v.roslovets@gmail.com>",
"TheInfamousToTo"
]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/TheInfamousToTo/SP110E-HASS"
repository = "https://github.com/TheInfamousToTo/SP110E-HASS"
keywords = ["SP110E", "RGB", "LED", "HASS", "Home Assistant"]
classifiers =[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent"
]
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
[tool.poetry.dev-dependencies]
homeassistant = ">=2021.11.0"
sp110e = ">=1.4.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.semantic_release]
remove_dist = "false"
branch = "main"
version_toml = ["pyproject.toml:tool.poetry.version"]
version_pattern = 'custom_components/sp110e/manifest.json:\"version\": "(\d+\.\d+\.\d+)"'
upload_to_release = false
upload_to_pypi = false
build_command = ""