From 398601e11940cca47c19d08fb4d10bd9a53a50bf Mon Sep 17 00:00:00 2001 From: Michael Feil <63565275+michaelfeil@users.noreply.github.com> Date: Mon, 26 Aug 2024 19:31:35 -0700 Subject: [PATCH] Update pyproject.toml (#24) --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index abe68ed..2ee9efe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,8 @@ description = "Connecting Transfromers on HuggingfaceHub with CTranslate2." authors = ["michaelfeil "] license = "MIT" readme = "README.md" +homepage = "https://github.com/michaelfeil/hf-hub-ctranslate2" +repository = "https://github.com/michaelfeil/hf-hub-ctranslate2" packages = [{include = "hf_hub_ctranslate2"}] [tool.poetry.dependencies]