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

index 39ee27523eab51c28d101d5e2aecfe18c88a9a1a..97af4f1faacce0a271ae60b945b712c03c7dd44c 100644 (file)
@@ -8,6 +8,7 @@ Changes in 0.9.2
  * Add protocol commands
  * Add stickernamestypes and stickertypes commands
  * Add searchplaylist command
+ * Fixed deprecation in pyproject.toml
 
 Changes in 0.9.1
 ----------------
index 5c79df2541f34461e50359b35895628a0f30444c..c684c034630374377d365c5ea237d1793177dc65 100644 (file)
@@ -13,7 +13,6 @@ requires-python = ">=3.6"
 classifiers = [
     "Development Status :: 5 - Production/Stable",
     "Intended Audience :: Developers",
-    "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
     "Natural Language :: English",
     "Operating System :: OS Independent",
     "Programming Language :: Python :: 3",