From: Kaliko Jack Date: Sun, 23 Mar 2025 12:27:13 +0000 (+0100) Subject: Fixed deprecation in pyproject.toml X-Git-Tag: v0.9.2~1 X-Git-Url: http://git.kaliko.me/?a=commitdiff_plain;h=c618aabe18c19a7d1fa7f11e6ac50bdec5883415;p=python-musicpd.git Fixed deprecation in pyproject.toml --- diff --git a/CHANGES.txt b/CHANGES.txt index 39ee275..97af4f1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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 ---------------- diff --git a/pyproject.toml b/pyproject.toml index 5c79df2..c684c03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",