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"