From 3d718f58093565d8ea5f8e729504d15148698163 Mon Sep 17 00:00:00 2001 From: Kaliko Jack Date: Sat, 29 Mar 2025 09:33:15 +0100 Subject: [PATCH] Fix deprecation in pyproject.toml Properly fix deprecation on license declaration made in previous release --- CHANGES.txt | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 97af4f1..f1d6a67 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,11 @@ python-musicpd Changes List =========================== +Changes in 0.9.3 +---------------- + + * Fix deprecation in pyproject.toml + Changes in 0.9.2 ---------------- diff --git a/pyproject.toml b/pyproject.toml index c684c03..6a3bcd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "LGPL-3.0-or-later" +license-files = ["LICENSE.txt"] readme = "README.rst" requires-python = ">=3.6" classifiers = [ -- 2.39.5