1
0
Fork 0

refactor: move systemd service to different file, delete default config

This commit is contained in:
mrsobakin 2026-02-24 18:18:16 +03:00
parent 33e6f229d3
commit 499c155c83
No known key found for this signature in database
GPG key ID: 325CBF665E4FFD6E
4 changed files with 40 additions and 31 deletions

View file

@ -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"