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"]