From 6d9f4b02f5fd2569369344e5dcb1fff1a500f1fe Mon Sep 17 00:00:00 2001 From: Alexandru Popenta Date: Mon, 11 Dec 2023 13:45:33 +0200 Subject: [PATCH] add scripts --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 34405108..e8372767 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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/**" @@ -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"]