Skip to content
Snippets Groups Projects
Unverified Commit 3eff3ff3 authored by Oliver Smith's avatar Oliver Smith
Browse files

pyproject.toml: fix tests getting installed

Instead of automatic python package discovery that for some reason still
picks up the test module even though it should be excluded, specify the
"pmb" module manually to be installed.

Follow-up to MR 2551.

Fixes: issue 2541
parent 60a4ed7f
Branches
Tags
No related merge requests found
Pipeline #216312 passed
......@@ -25,8 +25,8 @@ Homepage = "https://www.postmarketos.org"
[tool.setuptools.dynamic]
version = {attr = "pmb.__version__"}
[tool.setuptools.packages.find]
exclude = ["aports", "docs", "keys", "test", "test.pmb_test"]
[tool.setuptools.package-dir]
pmb = "pmb"
[tool.ruff]
line-length=100
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment