[project] name = "forge-bricks-common" version = "0.1.0" description = "Shared utilities for Forge Bricks (manifests, health checks, etc.)" readme = "README.md" requires-python = ">=3.10" dependencies = [ "pillow>=10.0", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["."]