feat: scaffold meshnet monorepo
This commit is contained in:
3
packages/p2p/meshnet_p2p/__init__.py
Normal file
3
packages/p2p/meshnet_p2p/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
"""meshnet_p2p — Gossip protocol and shard swarm for the Distributed Inference Network."""
|
||||
|
||||
__version__ = "0.1.0"
|
||||
13
packages/p2p/pyproject.toml
Normal file
13
packages/p2p/pyproject.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[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*"]
|
||||
Reference in New Issue
Block a user