Skip to content

Commit 6411107

Browse files
authored
packaging: Include CHANGES, MIGRATION, and docs/ in source (#454)
2 parents c24a200 + 18ef92e commit 6411107

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ $ pip install --user --upgrade --pre libvcs
1515

1616
<!-- Maintainers, insert changes / features for the next release here -->
1717

18+
### Packaging
19+
20+
- Source distribution: Include `CHANGES`, `MIGRATION`, and `docs/` in tarball
21+
(#454)
22+
1823
## libvcs 0.28.0 (2024-02-07)
1924

2025
### Improvement

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)