From 7aa899221924ef165597dca43eb0a202131d4511 Mon Sep 17 00:00:00 2001 From: Damien Degois Date: Thu, 2 Oct 2025 02:03:30 +0200 Subject: [PATCH] fix: remove license classifier Signed-off-by: Damien Degois --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a89a51a..d8e5b6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,6 @@ dependencies = ["structlog", "fastapi", "orjson"] classifiers = [ "Environment :: Web Environment", "Framework :: FastAPI", - "License :: OSI Approved :: Apache Software License", "Topic :: Internet", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware",