NODEDC_MISSION_CORE/packages/plugin-sdk/pyproject.toml

16 lines
431 B
TOML

[build-system]
requires = ["hatchling>=1.27,<2"]
build-backend = "hatchling.build"
[project]
name = "missioncore-plugin-sdk"
version = "0.2.0a2"
description = "Versioned host/device-plugin contracts for NODE.DC Mission Core"
readme = "README.md"
requires-python = ">=3.12,<3.13"
license = { text = "Proprietary" }
dependencies = ["pydantic>=2.11,<3"]
[tool.hatch.build.targets.wheel]
packages = ["python/missioncore_plugin_sdk"]