Add script entry point for pve-vm-setup in pyproject.toml
This commit is contained in:
parent
376e6f5631
commit
c9859a5324
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,9 @@ dependencies = [
|
|||
"textual>=0.63,<0.90",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
pve-vm-setup = "pve_vm_setup.cli:main"
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"pytest>=8.3,<9.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue