Skip to content

Commit

Permalink
pyproject.toml: add "[project.scripts]" section
Browse files Browse the repository at this point in the history
Add "ceph-nvmeof" cli command to use it as a CLI
instead of containers.

Signed-off-by: Vallari Agrawal <[email protected]>
  • Loading branch information
VallariAg committed Jul 10, 2024
1 parent 2145b4b commit cda8cf9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ test = [
# documentation = ""
repository = "https://github.com/ceph/ceph-nvmeof.git"
# changelog = ""

[project.scripts]
ceph-nvmeof = "control.cli:main"

0 comments on commit cda8cf9

Please sign in to comment.