From b4adc7246f1b610f409dcbc8bc7bba1c9bd15b1b Mon Sep 17 00:00:00 2001 From: anti Date: Tue, 28 Apr 2026 13:03:14 -0400 Subject: [PATCH] fixed: deleted line from pyproject --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3e7b499a..16879931 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,6 @@ license = "GPL-3.0-or-later" license-files = ["LICENSE"] requires-python = ">=3.11" classifiers = [ - "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Programming Language :: Python :: 3.11", "Operating System :: POSIX :: Linux", "Topic :: Security",