From: Kaliko Jack Date: Sat, 29 Mar 2025 08:33:15 +0000 (+0100) Subject: Fix deprecation in pyproject.toml X-Git-Url: http://git.kaliko.me/?a=commitdiff_plain;h=3d718f58093565d8ea5f8e729504d15148698163;p=python-musicpd.git Fix deprecation in pyproject.toml Properly fix deprecation on license declaration made in previous release --- 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 = [