From d5046217b4b9d384b1e975d9ab59dc734a686e3a Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Thu, 12 Dec 2024 08:56:40 +0200 Subject: [PATCH] Include mycli instead of excluding each directory separately Signed-off-by: Alfred Wingate --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 796cd5d0..107e85b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ mycli = "mycli.main:cli" mycli = ["myclirc", "AUTHORS", "SPONSORS"] [tool.setuptools.packages.find] -exclude = ["screenshots", "tests*"] +include = ["mycli*"] [tool.ruff] line-length = 140