From c9eadfa08965481e30417621d1c88a292062b635 Mon Sep 17 00:00:00 2001 From: Stefano Fiorucci Date: Thu, 8 Feb 2024 18:26:23 +0100 Subject: [PATCH] Update pyproject.toml --- integrations/fastembed/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/fastembed/pyproject.toml b/integrations/fastembed/pyproject.toml index 8b87dc380..1352e0d82 100644 --- a/integrations/fastembed/pyproject.toml +++ b/integrations/fastembed/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "fastembed-haystack" dynamic = ["version"] -description = 'An integration of fastembed with Haystack ' +description = "An integration of fastembed with Haystack" readme = "README.md" requires-python = ">=3.8" license = "Apache-2.0"