From 280f1511c18afa5e95a59f2b3a10e44caa79fac1 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?[fix]=20include=20=C4=9E1=20monetary=20license?=
 =?UTF-8?q?=20into=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 0e34e01d..56a60c34 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/*/*.md", "locales/*/LC_MESSAGES/*.mo", "adapters/repository/assets/*.json","adapters/repository/assets/*.yaml", "adapters/repository/database/assets/migrations/*.sql"]
 
 [project.scripts]
 tikka = "tikka.__main__:main"
-- 
GitLab