Commit b93852b
committed
Fix packaging configuration warnings
- Added explicit documentation files inclusion to MANIFEST.in to ensure all
doc/*.rst and doc/*.py files are included in source distributions
- Added wheel build configuration to properly specify package contents with
only-include directive, addressing the implicit zip_safe concerns
- The doc/_build prune directive is kept to exclude build artifacts
Fixes: https://bugs.launchpad.net/testtools/+bug/8038451 parent bbc5d85 commit b93852b
2 files changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
52 | 56 | | |
53 | 57 | | |
54 | 58 | | |
| |||
0 commit comments