feat: add fraud detection validator
This commit is contained in:
12
packages/validator/pyproject.toml
Normal file
12
packages/validator/pyproject.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[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*"]
|
||||
Reference in New Issue
Block a user