-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (27 loc) · 759 Bytes
/
Copy pathpyproject.toml
File metadata and controls
33 lines (27 loc) · 759 Bytes
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
[build-system]
requires = ["setuptools>=77.0.3"]
build-backend = "setuptools.build_meta"
[project]
name = "esphome-components"
version = "0.1.0"
description = "Custom ESPHome components"
requires-python = ">=3.12,<3.15"
dependencies = [
"esphome>=2026.7.2",
"littlefs-python>=0.17.1",
"fatfs-ng>=0.1.15",
]
[project.urls]
Homepage = "https://github.com/dan-s-github/esphome-components"
Repository = "https://github.com/dan-s-github/esphome-components"
Issues = "https://github.com/dan-s-github/esphome-components/issues"
[dependency-groups]
dev = [
"commitlint>=1.13.3",
"pre-commit>=4.2.0",
]
[tool.setuptools]
package-dir = {"" = "components"}
[tool.setuptools.packages.find]
where = ["components"]
include = ["crow_alarm_panel*"]