From 0556a6328f3cb3cab316fe7a5ed99114a83ea1e1 Mon Sep 17 00:00:00 2001 From: Kaliko Jack Date: Sun, 23 Mar 2025 12:27:40 +0100 Subject: [PATCH] Fixed deprecation in pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 00c9be1..5c79df2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 kaliko +# SPDX-FileCopyrightText: 2023-2025 kaliko # SPDX-License-Identifier: LGPL-3.0-or-later [project] name = "python-musicpd" @@ -7,7 +7,7 @@ description = "An MPD (Music Player Daemon) client library written in pure Pytho authors = [ { name="Kaliko Jack", email="kaliko@azylum.org" }, ] -license = {file = "LICENSE.txt"} +license = "LGPL-3.0-or-later" readme = "README.rst" requires-python = ">=3.6" classifiers = [ -- 2.39.5