From 5b010124d7122f306e677ea66502dd2619712715 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sun, 12 Jan 2025 21:44:00 +0000 Subject: [PATCH] Hopefully exclude the contrib directory --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 76a1b44..a004d08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,5 +8,5 @@ dependencies = [ "cec" ] -[tools.build] -packages = ["microkodi"] \ No newline at end of file +[tool.setuptools.packages.find] +exclude = ["contrib"] \ No newline at end of file