Skip to content

Commit

Permalink
pyproject: add project description and project urls (#38)
Browse files Browse the repository at this point in the history
* pyproject: add project description and project urls

* fix: `Source` -> `Repository`

---------

Co-authored-by: Luc Georges <McPatate@users.noreply.github.com>
  • Loading branch information
dtrifiro and McPatate authored Jul 22, 2024
1 parent 1e3b846 commit c6c6c8e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ build-backend = "maturin"

[project]
name = "hf_transfer"
description = "Speed up file transfers with the Hugging Face Hub."
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]


[project.urls]
Issues = "https://github.com/huggingface/hf_transfer/issues"
Repository = "https://github.com/huggingface/hf_transfer.git"

0 comments on commit c6c6c8e

Please sign in to comment.