16 lines
342 B
TOML
16 lines
342 B
TOML
[build-system]
|
|
requires = ["setuptools>=64"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "distributed-inference-network"
|
|
version = "0.1.0"
|
|
description = "Distributed Inference Network monorepo root"
|
|
requires-python = ">=3.10"
|
|
|
|
[project.optional-dependencies]
|
|
dev = ["pytest>=8"]
|
|
|
|
[tool.pytest.ini_options]
|
|
testpaths = ["tests"]
|