From 829ac006ea4d3e699d8fc95bcf9bbed0d1ea4bf6 Mon Sep 17 00:00:00 2001 From: Debabrata Patnaik Date: Sat, 19 Sep 2026 17:23:37 +0530 Subject: [PATCH] fix: add Apache license classifier --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index c10abf6b..7fd3d74d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,9 @@ packages = [{include = "fastembed"}] homepage = "https://github.com/qdrant/fastembed" repository = "https://github.com/qdrant/fastembed" keywords = ["vector", "embedding", "neural", "search", "qdrant", "sentence-transformers"] +classifiers = [ + "License :: OSI Approved :: Apache Software License", +] [tool.poetry.dependencies] python = ">=3.10.0"