[project] name = "triton-tvm-ffi" version = "0.1.0" description = "A Python package for the FFI bindings of Triton TVM." readme = "README.md" dependencies = [ "apache-tvm-ffi", "jinja2", ] [build-system] requires = ["scikit-build-core"] build-backend = "scikit_build_core.build" [tool.setuptools] packages = ["triton_tvm_ffi"] package-dir = {"" = "python"}