tincan-wakewords-data / pyproject.toml
Akash Manohar
add wakewords
f19e5f0
raw
history blame contribute delete
260 Bytes
[project]
name = "tincan-speech-commands"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"wakewords",
]
[tool.uv.sources]
wakewords = { path = "../wakewords", editable = true }