We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CHANGES
MIGRATION
docs/
2 parents c24a200 + 18ef92e commit 6411107Copy full SHA for 6411107
2 files changed
CHANGES
@@ -15,6 +15,11 @@ $ pip install --user --upgrade --pre libvcs
15
16
<!-- Maintainers, insert changes / features for the next release here -->
17
18
+### Packaging
19
+
20
+- Source distribution: Include `CHANGES`, `MIGRATION`, and `docs/` in tarball
21
+ (#454)
22
23
## libvcs 0.28.0 (2024-02-07)
24
25
### Improvement
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