open-navigator / packages /core /pyproject.toml
jcbowyer's picture
Clean HuggingFace deployment without binary files
e59d91d
Raw
History Blame Contribute Delete
430 Bytes
[project]
name = "communityone-core"
version = "0.1.0"
description = "Shared configuration and settings for CommunityOne."
requires-python = ">=3.11"
dependencies = [
"pydantic>=2.5.0",
"pydantic-settings>=2.1.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
# Import name stays `config` during the migration so no call sites change.
[tool.hatch.build.targets.wheel]
packages = ["config"]