pyproject.toml (18 lines of code) (raw):
[build-system]
requires = ["maturin>=1.4,<2"]
build-backend = "maturin"
[project]
name = "hf_transfer"
description = "Speed up file transfers with the Hugging Face Hub."
readme = "README.md"
license = {file = "LICENSE"}
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dynamic = ["version"]
[project.urls]
Issues = "https://github.com/huggingface/hf_transfer/issues"
Repository = "https://github.com/huggingface/hf_transfer.git"