Skip to content

Commit 430be40

Browse files
committed
Added cli as entry point
1 parent 54bed17 commit 430be40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ changelog = "https://github.com/nickdelgrosso/callscript/blob/main/CHANGELOG.md"
5858
format = "md"
5959
version = "literal:callscript/_version.py:version"
6060

61-
# [project.scripts]
62-
# spam-cli = "spam:main_cli"
61+
[project.scripts]
62+
extract-method = "callscript.cli:main"
6363

6464
# [project.entry-points."spam.magical"]
6565
# tomatoes = "spam:main_tomatoes"

0 commit comments

Comments
 (0)