Skip to content

Commit e311b35

Browse files
committed
pyproject: Fix tool.poetry.include
1 parent 62c8e7c commit e311b35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ packages = [
3030
{ include = "tmuxp" }
3131
]
3232
include = [
33-
"CHANGES", ".tmuxp.yaml",
33+
{ path = "CHANGES", format = "sdist" },
34+
{ path = ".tmuxp.yaml", format = "sdist" },
3435
{ path = "tests", format = "sdist" },
3536
{ path = "examples", format = "sdist" },
3637
{ path = "docs", format = "sdist" },

0 commit comments

Comments
 (0)