Skip to content

Commit a32d8ae

Browse files
committed
build(pyproject): Add scripts for tmuxp
1 parent 828308e commit a32d8ae

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
@@ -33,6 +33,9 @@ readme = "README.rst"
3333
Documentation = "https://tmuxp.git-pull.com"
3434
Repository = "https://github.com/tmux-python/tmuxp"
3535

36+
[tool.poetry.scripts]
37+
tmuxp = 'tmuxp:cli.cli'
38+
3639
[tool.poetry.dependencies]
3740
python = "~2.7 || ^3.5"
3841
click = ">=7<8"

0 commit comments

Comments
 (0)