Skip to content

Commit 62c2f39

Browse files
committed
build(pyproject): Include .tmuxp-before-script.sh with sdist
1 parent 472a3a3 commit 62c2f39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ packages = [
3333
include = [
3434
{ path = "CHANGES", format = "sdist" },
3535
{ path = ".tmuxp.yaml", format = "sdist" },
36+
{ path = ".tmuxp-before-script.sh", format = "sdist" },
3637
{ path = "tests", format = "sdist" },
3738
{ path = "docs", format = "sdist" },
3839
{ path = "conftest.py", format = "sdist" },

0 commit comments

Comments
 (0)