From ff881cb5c90a4cb398809efe84cfc121d8b51053 Mon Sep 17 00:00:00 2001
From: Andre Mayoraz <andre.mayoraz@idiap.ch>
Date: Thu, 6 Oct 2022 16:00:26 +0200
Subject: [PATCH] [dist] add package data

---
 pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyproject.toml b/pyproject.toml
index fc746ba..e517f61 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -49,6 +49,7 @@
 
 [tool.setuptools]
     zip-safe = false
+    include-package-data = true
     packages = ["bob"]
 
 [tool.setuptools.dynamic]
-- 
GitLab