mirror of
https://github.com/sgjzfzzf/triton-tvm-ffi.git
synced 2026-05-02 03:52:11 +08:00
18 lines
331 B
TOML
18 lines
331 B
TOML
[project]
|
|
name = "triton-tvm-ffi"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
dependencies = [
|
|
"apache-tvm-ffi",
|
|
"jinja2",
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["setuptools"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.setuptools]
|
|
packages = ["triton_tvm_ffi"]
|
|
package-dir = {"" = "python"}
|