Skip to content

Commit 8d02aec

Browse files
committed
pyproject: Include changelog, docs
1 parent 050407c commit 8d02aec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ packages = [
3131
{ include = "libtmux" }
3232
]
3333
include = [
34-
{ path = "tests", format = "sdist" }
34+
{ path = "CHANGES", format = "sdist" },
35+
{ path = ".tmuxp.yaml", format = "sdist" },
36+
{ path = "tests", format = "sdist" },
37+
{ path = "docs", format = "sdist" }
3538
]
3639

3740
[tool.poetry.urls]

0 commit comments

Comments
 (0)