diff --git a/pyproject.toml b/pyproject.toml index 8a9cf6d..3ea3286 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "onnx-safetensors" dynamic = ["version"] -description = "ONNX extension for saving to and loading from safetensors" +description = "Use safetensors with ONNX" keywords = [] authors = [ { name = "Justin Chu", email = "justinchuby@users.noreply.github.com" },