[build-system] requires = ["setuptools>=68.0", "wheel"] build-backend = "setuptools.build_meta" [project] name = "nvfp4-megamoe-kernel" version = "0.1.0" description = "NVFP4 Mega MoE kernel for DeepSeek-V4-Pro on Blackwell (TileLang)" requires-python = ">=3.10" dependencies = [ "torch>=2.5", "tilelang>=0.1", ] [tool.setuptools.packages.find] where = ["src"]