mirror of
https://github.com/elder-plinius/OBLITERATUS.git
synced 2026-08-17 16:37:30 +02:00
Package the local UI app module
This commit is contained in:
@@ -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*"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user