diff --git a/CHANGES b/CHANGES index 437f7e4a7..e63add09f 100644 --- a/CHANGES +++ b/CHANGES @@ -14,6 +14,10 @@ $ pip install --user --upgrade --pre libtmux +### Packaging + +- Include `MIGRATION` in source distribution tarball (#517, for #508) + ## libtmux 0.27.0 (2024-02-07) ### Improvement diff --git a/pyproject.toml b/pyproject.toml index b71934e08..64d2656f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,6 +33,7 @@ packages = [ ] include = [ { path = "CHANGES", format = "sdist" }, + { path = "MIGRATION", format = "sdist" }, { path = ".tmuxp.yaml", format = "sdist" }, { path = "tests", format = "sdist" }, { path = "docs", format = "sdist" },