From 6016ba7832d7eb73996da615170f36add22b4fd1 Mon Sep 17 00:00:00 2001 From: Felix Oesterle Date: Tue, 17 Jun 2025 11:12:46 +0200 Subject: [PATCH] chore(config): enable `include-package-data` in setuptools configuration - To include RELEASE-Version in wheel --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c0373624..6bca4d56b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dependencies = [ # Setuptools [tool.setuptools] -include-package-data = false +include-package-data = true [tool.setuptools.packages.find] exclude = ["docs*", "tests*"]