pyproject.toml: add docs to the parts to be excluded (MR 2312)

as reported in #2355 pmmbootstrap wheel installs files to /usr/lib/python3.12/site-packages/docs
This commit is contained in:
Robert Eckelmann 2024-05-18 20:13:15 +09:00 committed by Newbyte
parent fd73ecbfd3
commit e7c8b2d5dc
No known key found for this signature in database
GPG Key ID: 8A700086A9FE41FD
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Homepage = "https://www.postmarketos.org"
version = {attr = "pmb.__version__"}
[tool.setuptools.packages.find]
exclude = ["aports", "keys", "test", "test.pmb_test"]
exclude = ["aports", "docs", "keys", "test", "test.pmb_test"]
[tool.ruff]
# E402: module import not on top of file, not possible for testcases