13 lines
315 B
TOML
13 lines
315 B
TOML
[build-system]
|
|
requires = ["setuptools>=64"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "meshnet-validator"
|
|
version = "0.1.0"
|
|
description = "Optimistic fraud validator for the Distributed Inference Network"
|
|
requires-python = ">=3.10"
|
|
|
|
[tool.setuptools.packages.find]
|
|
include = ["meshnet_validator*"]
|