fixes project data

This commit is contained in:
Michael Beck 2025-03-30 18:55:37 +02:00
parent 1a9bd7c0b1
commit 4cdd5898ee

View File

@ -24,6 +24,9 @@ dev = [
[tool.setuptools.package-data]
"*" = ["**/static/**/*", "**/templates/**/*"]
[tool.setuptools.packages.find]
include = ["scipaperloader"]
[tool.pytest.ini_options]
testpaths = ["tests"]