From 08136d8a64c59ace6f74c05224d453c3a84e6be1 Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Fri, 9 Jan 2026 17:51:27 +0530 Subject: [PATCH] correct packages find include --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f94d90d..b5c95c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ Versions = "https://git.aetoskia.com/aetos/mail-intake/tags" [tool.setuptools] -package-dir = { "" = "src" } +packages = { find = { include = ["mail_intake*"] } } [tool.setuptools.packages.find] where = ["src"]