refactor: move systemd service to different file, delete default config
This commit is contained in:
parent
33e6f229d3
commit
499c155c83
4 changed files with 40 additions and 31 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "speechd"
|
||||
version = "1.2.7"
|
||||
version = "1.2.8"
|
||||
description = "Speech-to-Text daemon with Groq Whisper API"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
|
|
@ -23,6 +23,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/speechd"]
|
||||
include = ["src/speechd/*.service"]
|
||||
|
||||
[tool.hatch.build.targets.wheel.shared-scripts]
|
||||
"scripts/speechd-toggle" = "speechd-toggle"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue