feat: add meshnet python sdk
This commit is contained in:
@@ -7,7 +7,11 @@ name = "meshnet"
|
||||
version = "0.1.0"
|
||||
description = "Distributed Inference Network Python SDK"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = ["openai>=1"]
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["."]
|
||||
include = ["meshnet*"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
meshnet = ["py.typed", "*.pyi"]
|
||||
|
||||
Reference in New Issue
Block a user