From 4d0751a49bb9a33a4ed10c591651ea0e6d86ed7a Mon Sep 17 00:00:00 2001
From: Olivier BICHLER <olivier.bichler@cea.fr>
Date: Sun, 19 Jan 2025 15:48:57 +0100
Subject: [PATCH] Hotfix: source files were not included anymore

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

diff --git a/pyproject.toml b/pyproject.toml
index b3d85aa..25fb9d3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -52,6 +52,8 @@ build-backend = "setuptools.build_meta"
 where = ["."]  # list of folders that contain the packages (["."] by default)
 include = ["aidge_export_cpp"]  # package names should match these glob patterns (["*"] by default)
 namespaces = false # to disable scanning PEP 420 namespaces (true by default)
+[tool.setuptools.package-data]
+'aidge_export_cpp' = ['**/*']
 [tool.setuptools.exclude-package-data]
 aidge_export_cpp = ["unit_tests*"] # exclude unit_tests which may be included as data
 
-- 
GitLab