From 8837b8131e21230a4cd25ef950d9985681c9b34e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= <ablocorrea@hotmail.com> Date: Mon, 3 Jun 2024 01:21:08 +0200 Subject: [PATCH] pyproject.toml: explicitly select packages to search for Fixes #15 --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 560d5e9..e4080f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,5 +35,8 @@ api = ["python-gitlab>=4.0.0"] [project.urls] Homepage = "https://www.postmarketos.org" +[tool.setuptools.packages.find] +include = ["mrhlpr*", "mrtest*"] + [tool.ruff] line-length=100 -- GitLab