mirror of
https://github.com/Kaelio/ktx.git
synced 2026-07-16 11:31:02 +02:00
rename klo to ktx
This commit is contained in:
parent
1a42152e6f
commit
3ce510b55b
704 changed files with 10205 additions and 10255 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[project]
|
||||
name = "klo-workspace"
|
||||
name = "ktx-workspace"
|
||||
version = "0.0.0"
|
||||
description = "Workspace root for klo Python packages"
|
||||
description = "Workspace root for ktx Python packages"
|
||||
requires-python = ">=3.13"
|
||||
license = "Apache-2.0"
|
||||
dependencies = []
|
||||
|
|
@ -30,14 +30,14 @@ torch = { index = "pytorch-cpu" }
|
|||
|
||||
[tool.uv.workspace]
|
||||
members = [
|
||||
"python/klo-sl",
|
||||
"python/klo-daemon",
|
||||
"python/ktx-sl",
|
||||
"python/ktx-daemon",
|
||||
]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addopts = ["--import-mode=importlib"]
|
||||
pythonpath = ["python/klo-sl/tests"]
|
||||
pythonpath = ["python/ktx-sl/tests"]
|
||||
testpaths = [
|
||||
"python/klo-sl/tests",
|
||||
"python/klo-daemon/tests",
|
||||
"python/ktx-sl/tests",
|
||||
"python/ktx-daemon/tests",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue