From 547229c0a412a3bdbd4a5a3e7809e9c23524071c Mon Sep 17 00:00:00 2001 From: Robert Sachunsky <38561704+bertsky@users.noreply.github.com> Date: Tue, 15 Oct 2024 12:45:16 +0200 Subject: [PATCH] forgot to include package data Co-authored-by: joschrew <91774427+joschrew@users.noreply.github.com> --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 367a073..f837231 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,5 +40,8 @@ where = ["."] include = ["sbb_binarize"] namespaces = false +[tool.setuptools] +include-package-data = true + [tool.setuptools.package-data] -sbb_binarize = ["sbb_binarize/*.json"] +"*" = ["*.json"]