From 0339bef9614cd6391251b839c9ab95ccde40d58c Mon Sep 17 00:00:00 2001 From: Ben Bell <110692534+slowpoke111@users.noreply.github.com> Date: Fri, 8 Nov 2024 22:22:27 -0500 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b43276f..76c9b79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,18 +14,16 @@ dependencies = [ "numpy" ] long_description = "file: readme.md" - -[project.dynamic] -readme = true -requires-python = true -license = true -classifiers = true - readme = "README.md" requires-python = ">=3.8" -license = "LGPL" +license = { text = "LGPL-3.0-only" } classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Operating System :: OS Independent" ] + +[project.dynamic] +requires-python = true +license = true +classifiers = true