home
/
dev
/
repositories
/
python-musicpd.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57edf01
)
Fix deprecation in pyproject.toml
author
Kaliko Jack <kaliko@azylum.org>
Sat, 29 Mar 2025 08:33:15 +0000
(09:33 +0100)
committer
Kaliko 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
patch
|
blob
|
history
pyproject.toml
patch
|
blob
|
history
diff --git
a/CHANGES.txt
b/CHANGES.txt
index 97af4f1faacce0a271ae60b945b712c03c7dd44c..f1d6a676aac42ddffd1c5074161aa0692899882c 100644
(file)
--- 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 c684c034630374377d365c5ea237d1793177dc65..6a3bcd8383e88183c381781112323a8517d68219 100644
(file)
--- 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 = [