Commit ae2fd54
authored
Exclude docs directory from package distribution (#6501)
Fixes #5937
The docs/ directory was being installed to site-packages root instead of
being excluded from the package distribution. This could cause conflicts
with other packages that have a docs/ directory (similar to the previously
fixed examples/ directory issue in #6315).
Added 'docs*' and 'docs.*' to the exclude pattern in
[tool.setuptools.packages.find] to prevent the documentation files from
being included in the wheel distribution.1 parent ac013e3 commit ae2fd54
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments