Skip to content

Commit

Permalink
add scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Dec 11, 2023
1 parent f32315b commit 6d9f4b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ dependencies = [
"multiversx-sdk-core>=0.7.0,<0.8.0"
]

[project.scripts]
mxpy = "multiversx_sdk_cli.cli:main"

[tool.hatch.build]
include = [
"multiversx_sdk_cli/**"
Expand All @@ -43,6 +46,3 @@ exclude = [

[project.urls]
"Homepage" = "https://github.com/multiversx/mx-sdk-py-cli"

[tool.hatch.entrypoints]
console_scripts = ["mxpy = multiversx_sdk_cli.cli:main"]

0 comments on commit 6d9f4b0

Please sign in to comment.