From 62c3c27ddd59dd348b13c9efa005f912a6ba3275 Mon Sep 17 00:00:00 2001 From: Samuel Sloniker Date: Thu, 14 Jul 2022 20:06:48 -0700 Subject: [PATCH] Remove `license` field from pyproject.toml --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a0be087..9ca924f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,6 @@ version = "2.0.1" description = "General-purpose text classifier" readme = "README.md" authors = [{ name = "Samuel Sloniker", email = "sam@kj7rrv.com"}] -license = "GNU Lesser General Public License v3 or later (LGPLv3+)" classifiers = [ "Programming Language :: Python", "Programming Language :: Python :: 3",