Skip to content

Commit

Permalink
fix: cli binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVerner committed Sep 21, 2023
1 parent 871c25e commit 25a7fd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Netio"
version = "1.0.12"
version = "1.0.13"
description = "Interface to control NETIO Products devices"
authors = ["Adam Verner <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -48,4 +48,4 @@ build-backend = "poetry.core.masonry.api"

#define the scirpt to be runnable using CLI
[tool.poetry.scripts]
netio = "Netio.cli:main"
Netio = "Netio.cli:main"

0 comments on commit 25a7fd0

Please sign in to comment.