Package the local UI app module

This commit is contained in:
Joseph Magly
2026-08-14 10:05:43 -04:00
parent 548092d5ca
commit 5071172daa
+5
View File
@@ -55,6 +55,11 @@ spaces = ["gradio>=5.0,<6.0"]
[project.scripts]
obliteratus = "obliteratus.cli:main"
[tool.setuptools]
# The local UI launcher imports the Hugging Face Spaces application module.
# Include that top-level module in wheels as well as editable/source installs.
py-modules = ["app"]
[tool.setuptools.packages.find]
include = ["obliteratus*"]