16 lines
385 B
TOML
16 lines
385 B
TOML
[build-system]
|
|
requires = ["setuptools>=42","wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "hopemesh-sdk"
|
|
version = "0.1.0"
|
|
description = "Federated, contract-driven primitives for HopeMesh 2.0 (skeleton)"
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
license = { text = "MIT" }
|
|
authors = [ { name = "OpenCode agent" } ]
|
|
|
|
[tool.setuptools]
|
|
packages = ["hopemesh"]
|