fix: Allow correct installation of script

This commit is contained in:
Marty Oehme 2025-04-01 10:56:17 +02:00
parent dfcb252110
commit bda8c3b992
Signed by: Marty
GPG key ID: 4E535BC19C61886E
3 changed files with 4 additions and 1 deletions

2
uv.lock generated
View file

@ -11,7 +11,7 @@ sdist = { url = "https://files.pythonhosted.org/packages/3e/50/3e876f39e31bad878
[[package]]
name = "topen"
version = "0.1.0"
source = { virtual = "." }
source = { editable = "." }
dependencies = [
{ name = "tasklib" },
]