From 88bcdd3b87cfbdb9a8adbc786fbfa7dc83139422 Mon Sep 17 00:00:00 2001 From: George Panchuk Date: Wed, 8 Apr 2026 17:23:31 +0700 Subject: [PATCH] fix: fix license --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bbf3fdf13..0391ecdfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "fastembed" version = "0.8.0" description = "Fast, light, accurate library built for retrieval embedding generation" authors = ["Qdrant Team ", "NirantK "] -license = "Apache License" +license = "Apache-2.0" readme = "README.md" packages = [{include = "fastembed"}] homepage = "https://github.com/qdrant/fastembed"