From e6b49d3bfbf5fefa53a25532d1b9737f0ad976d7 Mon Sep 17 00:00:00 2001 From: deedy5 <65482418+deedy5@users.noreply.github.com> Date: Sun, 16 Feb 2025 21:36:32 +0300 Subject: [PATCH] fix(package-data): include *.gz --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 15165db..40699ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,3 +69,6 @@ select = [ python_version = "3.9" strict = true exclude = ['cli\.py$', '__main__\.py$', "tests/", "build/"] + +[tool.setuptools.package-data] +"*" = ["*.gz"]