From 4cdd5898eebaca464d86c7756f5d3dd422114f33 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Sun, 30 Mar 2025 18:55:37 +0200 Subject: [PATCH] fixes project data --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 4026103..7456e45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,9 @@ dev = [ [tool.setuptools.package-data] "*" = ["**/static/**/*", "**/templates/**/*"] +[tool.setuptools.packages.find] +include = ["scipaperloader"] + [tool.pytest.ini_options] testpaths = ["tests"]