fix: Allow correct installation of script
This commit is contained in:
parent
dfcb252110
commit
bda8c3b992
3 changed files with 4 additions and 1 deletions
|
|
@ -8,6 +8,9 @@ dependencies = [
|
|||
"tasklib>=2.5.1",
|
||||
]
|
||||
|
||||
[tool.uv]
|
||||
package = true
|
||||
|
||||
[project.scripts]
|
||||
topen = "topen:main"
|
||||
|
||||
|
|
|
|||
2
uv.lock
generated
2
uv.lock
generated
|
|
@ -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" },
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue