From 90b610a4c7debec66b3517e137e47a3659db7c1d Mon Sep 17 00:00:00 2001 From: Hugo MacDermott-Opeskin Date: Mon, 17 Jun 2024 17:03:56 +1000 Subject: [PATCH] fix data --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 125ffd4..048e35d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ zip-safe = false # (instead of using 'find'). With 'find', the 'tests' subpackage is discovered # recursively because of its __init__.py file, but the data subdirectory is excluded # with include-package-data = false and namespaces = false. -include-package-data = false +include-package-data = true [tool.setuptools.packages.find] namespaces = false where = ["."]