Move code directly into backend and cli src
All checks were successful
CI / Backend (push) Successful in 28s
CI / CLI (push) Successful in 16s

This commit is contained in:
2026-05-24 12:46:40 +02:00
parent 9fd0e707f0
commit c7eda49769
11 changed files with 26 additions and 10 deletions

View File

@@ -15,10 +15,16 @@ dependencies = [
]
[project.scripts]
whisper-remote-server = "whisper_remote_backend.server:main"
whisper-remote-server = "server:main"
[project.optional-dependencies]
dev = [
"httpx>=0.28.0,<1.0.0",
"pytest>=8.3.0,<9.0.0",
]
[tool.setuptools]
py-modules = ["server"]
[tool.setuptools.package-dir]
"" = "src"