Skip to content

Commit cd2c7e6

Browse files
authored
pyproject: Include MIGRATION in sdist (#517)
2 parents e95f372 + 8ba3daa commit cd2c7e6

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ $ pip install --user --upgrade --pre libtmux
1414

1515
<!-- Maintainers and contributors: Insert change notes for the next release above -->
1616

17+
### Packaging
18+
19+
- Include `MIGRATION` in source distribution tarball (#517, for #508)
20+
1721
## libtmux 0.27.0 (2024-02-07)
1822

1923
### Improvement

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ packages = [
3333
]
3434
include = [
3535
{ path = "CHANGES", format = "sdist" },
36+
{ path = "MIGRATION", format = "sdist" },
3637
{ path = ".tmuxp.yaml", format = "sdist" },
3738
{ path = "tests", format = "sdist" },
3839
{ path = "docs", format = "sdist" },

0 commit comments

Comments
 (0)