Add Conduit Python client library
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
20
pythonlib/pyproject.toml
Normal file
20
pythonlib/pyproject.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=68"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "conduit-client"
|
||||
version = "0.1.0"
|
||||
description = "Python client for the Conduit / Mega API gateway"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"httpx>=0.27",
|
||||
]
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["src"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
megaapi = ["py.typed"]
|
||||
conduit = ["py.typed"]
|
||||
Reference in New Issue
Block a user