MOUSE-Workflow / src /pyproject.toml
openfree's picture
Update src/pyproject.toml
71e0e47 verified
raw
history blame contribute delete
625 Bytes
[build-system]
requires = ["hatchling>=1.21.0"]
build-backend = "hatchling.build"
[project]
name = "gradio_workflowbuilder"
version = "0.0.0-local"
description = "Local patched WorkflowBuilder for HuggingFace Space demo"
readme = "README.md"
requires-python = ">=3.10"
authors = [{ name = "YOUR NAME" }]
license = { text = "Apache-2.0" }
dependencies = [
"gradio>=5.0,<6.0"
]
[tool.hatch.build]
sources = ["."] # ←★ 여기만 변경
artifacts = [
"backend/gradio_workflowbuilder/templates/**"
]
[tool.hatch.build.targets.wheel]
packages = ["backend/gradio_workflowbuilder"] # 그대로