From 145703595597d96cdd96345e7ef4e8ab00113321 Mon Sep 17 00:00:00 2001 From: Paul Werther Date: Wed, 5 Nov 2025 12:33:22 +0100 Subject: [PATCH] remove the licence classifier --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0197db1..36903c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,8 +13,7 @@ dependencies = ["aioquic", "netifaces>=0.10.4"] classifiers = [ "Operating System :: MacOS", "Operating System :: POSIX :: Linux", - "Topic :: Security", - "License :: OSI Approved :: GNU General Public License v3 (GPLv3)" + "Topic :: Security" ] [project.urls]