From 12105515b1d46b038fcde38519d7279e382830a2 Mon Sep 17 00:00:00 2001 From: michaelfeil Date: Thu, 20 Jun 2024 01:17:54 -0700 Subject: [PATCH] update email --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ba67cf..e453000 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "hf_hub_ctranslate2" version = "2.13.0" description = "Connecting Transfromers on HuggingfaceHub with Ctranslate2." -authors = ["michaelfeil "] +authors = ["michaelfeil "] license = "MIT" readme = "README.md" packages = [{include = "hf_hub_ctranslate2"}]