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 62c8e7c commit e311b35Copy full SHA for e311b35
pyproject.toml
@@ -30,7 +30,8 @@ packages = [
30
{ include = "tmuxp" }
31
]
32
include = [
33
- "CHANGES", ".tmuxp.yaml",
+ { path = "CHANGES", format = "sdist" },
34
+ { path = ".tmuxp.yaml", format = "sdist" },
35
{ path = "tests", format = "sdist" },
36
{ path = "examples", format = "sdist" },
37
{ path = "docs", format = "sdist" },
0 commit comments