updated some setup steps

This commit is contained in:
Joe Thomas
2025-07-03 15:45:00 +02:00
parent 5b6111fb8b
commit 5e3b40bb43
3 changed files with 27 additions and 0 deletions

View File

@@ -32,3 +32,7 @@ dependencies = [
"pillow>=11.2.1",
"pillow-avif-plugin>=1.5.2",
]
[tool.setuptools.packages.find]
include = ["media_manager*"]
exclude = ["web*", "Writerside*", "metadata_relay*", "tests*"]