Skip to content

Commit b11ec8e

Browse files
committed
project: fix program entry
Signed-off-by: ChaoLiu <[email protected]>
1 parent f6931cf commit b11ec8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ classifiers = [
1414
license = "MIT"
1515
license-files = ["LICEN[CS]E*"]
1616

17+
[project.scripts]
18+
splitpatch = "splitpatch.cli:main"
19+
1720
[project.urls]
1821
Homepage = "https://github.com/chaoliu719/splitpatch"
1922
Issues = "https://github.com/chaoliu719/splitpatch/issues"

0 commit comments

Comments
 (0)