Files
neuron-tai/packages/contracts/pyproject.toml
2026-07-02 23:07:41 +02:00

18 lines
385 B
TOML

[build-system]
requires = ["setuptools>=64"]
build-backend = "setuptools.build_meta"
[project]
name = "meshnet-contracts"
version = "0.1.0"
description = "Distributed Inference Network Solana smart contract wrappers"
requires-python = ">=3.10"
dependencies = [
"solana>=0.36",
"solders>=0.23",
]
[tool.setuptools.packages.find]
where = ["."]
include = ["meshnet_contracts*"]