[project] name = "rust-triton" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ "triton>=3.0.0", "setuptools>=75.1.0", "torch>=2.4.1", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/python"]