Skip to content

Commit 1996b5d

Browse files
committed
packaging: Include CHANGES, MIGRATION, and docs/ in source
1 parent c24a200 commit 1996b5d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,11 @@ packages = [
5151
{ include = "*", from = "src" },
5252
]
5353
include = [
54+
{ path = "CHANGES", format = "sdist" },
55+
{ path = "MIGRATION", format = "sdist" },
56+
{ path = ".tmuxp.yaml", format = "sdist" },
5457
{ path = "tests", format = "sdist" },
58+
{ path = "docs", format = "sdist" },
5559
{ path = "conftest.py", format = "sdist" },
5660
]
5761

0 commit comments

Comments
 (0)