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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue