From e50e519076e99bb9ed30bcb1c39ff2bbc0fbe810 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Thu, 24 Apr 2025 20:28:22 +0200
Subject: [PATCH] =?UTF-8?q?Include=20=C4=9E1=20monetary=20license=20into?=
 =?UTF-8?q?=20the=20wheel?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

When running a pip installation,
the license tab would fail due to missing license files
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 0e34e01..d178807 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -34,7 +34,7 @@ where = ["./."]
 include = ["tikka", "tikka.*"]
 
 [tool.setuptools.package-data]
-tikka = ["locales/*/LC_MESSAGES/*.mo", "adapters/repository/assets/*.json","adapters/repository/assets/*.yaml", "adapters/repository/database/assets/migrations/*.sql"]
+tikka = ["locales/**", "adapters/repository/assets/*.json","adapters/repository/assets/*.yaml", "adapters/repository/database/assets/migrations/*.sql"]
 
 [project.scripts]
 tikka = "tikka.__main__:main"
-- 
GitLab