Files
2026-07-13 13:05:14 +08:00

23 lines
589 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "rerun-dev-fixup"
version = "0.1.0"
description = "Development helper for rerun-sdk editable installs"
requires-python = ">=3.10"
dependencies = ["sitecustomize-entrypoints"]
[project.entry-points."sitecustomize"]
rerun-dev = "rerun_dev_fixup:init"
[tool.hatch.build.targets.wheel]
packages = ["rerun_dev_fixup"]
[tool.hatch.build.targets.wheel.force-include]
"rerun_sdk_fixup.pth" = "rerun_sdk_fixup.pth"
[tool.uv]
cache-keys = [{ file = "pyproject.toml" }, { file = "rerun_sdk_fixup.pth" }]