From 24b3b04cfe36beb66282980ccd99c4df44e2486b Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Fri, 9 Jan 2026 17:54:04 +0530 Subject: [PATCH] correct packages find include --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b5c95c9..0bc44ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,10 +79,6 @@ Versions = "https://git.aetoskia.com/aetos/mail-intake/tags" [tool.setuptools] packages = { find = { include = ["mail_intake*"] } } -[tool.setuptools.packages.find] -where = ["src"] -include = ["mail_intake*"] - [tool.ruff] line-length = 100