]> kaliko git repositories - python-musicpd.git/commitdiff
Fix deprecation in pyproject.toml
authorKaliko Jack <kaliko@azylum.org>
Sat, 29 Mar 2025 08:33:15 +0000 (09:33 +0100)
committerKaliko Jack <kaliko@azylum.org>
Sat, 29 Mar 2025 08:33:15 +0000 (09:33 +0100)
Properly fix deprecation on license declaration made in previous release

CHANGES.txt
pyproject.toml

index 97af4f1faacce0a271ae60b945b712c03c7dd44c..f1d6a676aac42ddffd1c5074161aa0692899882c 100644 (file)
@@ -1,6 +1,11 @@
 python-musicpd Changes List
 ===========================
 
+Changes in 0.9.3
+----------------
+
+ * Fix deprecation in pyproject.toml
+
 Changes in 0.9.2
 ----------------
 
index c684c034630374377d365c5ea237d1793177dc65..6a3bcd8383e88183c381781112323a8517d68219 100644 (file)
@@ -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 = [