From c618aabe18c19a7d1fa7f11e6ac50bdec5883415 Mon Sep 17 00:00:00 2001 From: Kaliko Jack Date: Sun, 23 Mar 2025 13:27:13 +0100 Subject: [PATCH] Fixed deprecation in pyproject.toml --- CHANGES.txt | 1 + pyproject.toml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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", -- 2.39.5