]> kaliko git repositories - python-musicpd.git/commitdiff
Fixed deprecation in pyproject.toml
authorKaliko Jack <kaliko@azylum.org>
Sun, 23 Mar 2025 11:27:40 +0000 (12:27 +0100)
committerKaliko Jack <kaliko@azylum.org>
Sun, 23 Mar 2025 12:03:41 +0000 (13:03 +0100)
pyproject.toml

index 00c9be1d4c9463130ccc07aa870d904a627ff9f8..5c79df2541f34461e50359b35895628a0f30444c 100644 (file)
@@ -1,4 +1,4 @@
-# SPDX-FileCopyrightText: 2023  kaliko <kaliko@azylum.org>
+# SPDX-FileCopyrightText: 2023-2025  kaliko <kaliko@azylum.org>
 # 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 = [