From d0e16608518f993e164f80085602e65bac43c41d Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 15 Oct 2024 18:03:28 +0200 Subject: [PATCH] Fix installation (#351) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 90193f03..9400fa4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ Package = "https://pypi.org/project/custodian" [tool.setuptools.packages.find] where = ["src"] -include = ["custodian"] +include = ["custodian*"] [tool.ruff] target-version = "py311"