diff --git a/pyproject.toml b/pyproject.toml
index acc7d818f231e6e49d83ae39f3ac86ec1a629ed8..1fdcf59ef5e05e78de9420ea5f9dc16ad493d8a1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -35,8 +35,6 @@ build-backend = "setuptools.build_meta"
 where = ["aidge_core"]  # list of folders that contain the packages (["."] by default)
 include = ["aidge_core*" , "aidge_core.aidge_export_aidge*", "aidge_core.aidge_export_aidge.utils"]  # package names should match these glob patterns (["*"] by default)
 exclude = ["aidge_core.unit_tests*"]  # exclude packages matching these glob patterns (empty by default)
-[tool.setuptools.packages-data]
-aidge_export_aidge = ["*.cpp", "*.hpp", "*.md", "*.cmake" , "*.jinja"]
 
 # SETUPTOOLS_SCM
 [tool.setuptools_scm]