14 lines
305 B
TOML
14 lines
305 B
TOML
[build-system]
|
|
requires = ["setuptools>=64"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "meshnet-p2p"
|
|
version = "0.1.0"
|
|
description = "Distributed Inference Network gossip and shard swarm"
|
|
requires-python = ">=3.10"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["."]
|
|
include = ["meshnet_p2p*"]
|