From 2732c07e8dc3f079a758bb3ce800216c8c36be19 Mon Sep 17 00:00:00 2001 From: limafresh Date: Sun, 24 Nov 2024 20:44:48 +0200 Subject: [PATCH] Forgot to exclude unnecessary folders in pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 203e173..97fe77c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,6 +37,9 @@ math-trainer = "math_trainer.main:main" Repository = "https://github.com/limafresh/MathTrainer" Issues = "https://github.com/limafresh/MathTrainer/issues" +[tool.setuptools.packages.find] +exclude = ["debian*", "translations*"] + [tool.setuptools.package-data] math_trainer = ["*.ui", "locales/*.qm", "sounds/*.wav"]