wasm-micro-runtime/language-bindings/python/pyproject.toml
Wenyong Huang 3d34a91f0b
Implement Python language binding (#1192) (#1195)
Implement the first version of Python language binding

Co-authored-by: liang.he <liang.he@intel.com>
2022-05-31 16:39:46 +08:00

4 lines
85 B
TOML

[build-system]
requires = ["setuptools>=42"]
build-backend = "setuptools.build_meta"