We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050407c commit 8d02aecCopy full SHA for 8d02aec
pyproject.toml
@@ -31,7 +31,10 @@ packages = [
31
{ include = "libtmux" }
32
]
33
include = [
34
- { path = "tests", format = "sdist" }
+ { path = "CHANGES", format = "sdist" },
35
+ { path = ".tmuxp.yaml", format = "sdist" },
36
+ { path = "tests", format = "sdist" },
37
+ { path = "docs", format = "sdist" }
38
39
40
[tool.poetry.urls]
0 commit comments