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
15
15
16
16
<!-- Maintainers, insert changes / features for the next release here -->
17
17
18
+ ### Packaging
19
+
20
+ - Source distribution: Include ` CHANGES ` , ` MIGRATION ` , and ` docs/ ` in tarball
21
+ (#454 )
22
+
18
23
## libvcs 0.28.0 (2024-02-07)
19
24
20
25
### Improvement
Original file line number Diff line number Diff line change @@ -51,7 +51,11 @@ packages = [
51
51
{ include = " *" , from = " src" },
52
52
]
53
53
include = [
54
+ { path = " CHANGES" , format = " sdist" },
55
+ { path = " MIGRATION" , format = " sdist" },
56
+ { path = " .tmuxp.yaml" , format = " sdist" },
54
57
{ path = " tests" , format = " sdist" },
58
+ { path = " docs" , format = " sdist" },
55
59
{ path = " conftest.py" , format = " sdist" },
56
60
]
57
61
You can’t perform that action at this time.
0 commit comments