[build-system]
requires = [
"maturin>=1.0",
"cffi",
]
build-backend = "maturin"
[project]
name = "gni"
version = "0.1.2"
dependencies = ["cffi"]
readme = "src/python/README.md"
description = "Library to get a GPU Node ID"
requires-python = ">=3.10"
license = {file = "LICENSE"}
authors = [
{email = "luccab@meta.com"},
{name = "Lucca Bertoncini"}
]
maintainers = [
{name = "Lucca Bertoncini", email = "luccab@meta.com"}
]
[project.urls]
Homepage = "https://github.com/facebookresearch/gni"
Issues = "https://github.com/facebookresearch/gni/issues"