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.
MIGRATION
2 parents e95f372 + 8ba3daa commit cd2c7e6Copy full SHA for cd2c7e6
CHANGES
@@ -14,6 +14,10 @@ $ pip install --user --upgrade --pre libtmux
14
15
<!-- Maintainers and contributors: Insert change notes for the next release above -->
16
17
+### Packaging
18
+
19
+- Include `MIGRATION` in source distribution tarball (#517, for #508)
20
21
## libtmux 0.27.0 (2024-02-07)
22
23
### Improvement
pyproject.toml
@@ -33,6 +33,7 @@ packages = [
33
]
34
include = [
35
{ path = "CHANGES", format = "sdist" },
36
+ { path = "MIGRATION", format = "sdist" },
37
{ path = ".tmuxp.yaml", format = "sdist" },
38
{ path = "tests", format = "sdist" },
39
{ path = "docs", format = "sdist" },
0 commit comments