File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -51,7 +51,11 @@ packages = [
5151 { include = " *" , from = " src" },
5252]
5353include = [
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
You can’t perform that action at this time.
0 commit comments