Skip to content

Commit cd4f07e

Browse files
update script path
1 parent 87e3737 commit cd4f07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ packages = [
1111
]
1212

1313
[tool.poetry.scripts]
14-
greet = "json_explorer.explore:main"
14+
json-explorer = "json_explorer.cli:main"
1515

1616
[tool.poetry.dependencies]
1717
python = ">=3.7,<4.0"

0 commit comments

Comments
 (0)