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 c24a200 commit 1996b5dCopy full SHA for 1996b5d
pyproject.toml
@@ -51,7 +51,11 @@ packages = [
51
{ include = "*", from = "src" },
52
]
53
include = [
54
+ { path = "CHANGES", format = "sdist" },
55
+ { path = "MIGRATION", format = "sdist" },
56
+ { path = ".tmuxp.yaml", format = "sdist" },
57
{ path = "tests", format = "sdist" },
58
+ { path = "docs", format = "sdist" },
59
{ path = "conftest.py", format = "sdist" },
60
61
0 commit comments