-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpyproject.toml
More file actions
70 lines (56 loc) · 1.68 KB
/
pyproject.toml
File metadata and controls
70 lines (56 loc) · 1.68 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[build-system]
requires = ["setuptools>=82", "wheel"]
build-backend = "setuptools.build_meta"
[tool.corio.metadata]
version = "1.9.18"
port = 7
base = "python"
description = "A multi-output ambient sound mixer for Home Assistant"
org_github = "fmtr"
org_friendly = "Frontmatter AI"
is_client = false
scripts = []
services = []
keywords = ["ambient sound", "audio", "white noise", "masking", "sleep"]
is_pypi = true
is_dockerhub = true
[tool.corio.metadata.setup]
[tool.setuptools]
script-files = ["scripts/vlc-tn.service"]
[tool.setuptools.packages.find]
where = ["."]
include = ["amniotic*"]
namespaces = false
[tool.setuptools.package-data]
amniotic = ["pyproject.package.toml"]
[tool.uv.sources.corio]
path = "../corio"
editable = true
[tool.uv.sources.haco]
path = "../haco"
editable = true
[tool.tox]
requires = ["tox>=4.22", "tox-uv>=1"]
env_list = ["amniotic"]
[tool.tox.env.amniotic]
description = "Run amniotic tests."
deps = ["corio[test]~=2.3.1"]
commands = [["python", "-m", "pytest", "-q", "amniotic/tests"]]
[project]
name = "amniotic"
version = "1.9.18"
description = "A multi-output ambient sound mixer for Home Assistant"
readme = "README.md"
license = "Apache-2.0"
keywords = ["ambient sound", "audio", "white noise", "masking", "sleep"]
requires-python = ">=3.13"
dependencies = ["corio[api,av,caching,debug,ha.api,http,logging,mqtt,path.app,sets,tabular,version.dev,yaml,youtube]~=2.3.1", "haco~=0.3.8", "psutil"]
[[project.authors]]
name = "Frontmatter AI"
email = "[email protected]"
[project.optional-dependencies]
test = ["corio[test]~=2.3.1"]
[project.scripts]
amniotic = "amniotic.entrypoint:main"
[project.urls]
Homepage = "https://github.com/fmtr/amniotic"