From f1e03484c17360e81886993174a9a4818b1ededd Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sun, 17 Nov 2024 19:31:56 +0100 Subject: [PATCH] Use SPDX license identifier --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 452faee0b..22e82a94e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ description = "Python bindings for the Plex API." readme = "README.rst" requires-python = ">=3.9" keywords = ["plex", "api"] -license = {file = "LICENSE.txt"} +license = {text = "BSD-3-Clause"} classifiers = [ "Operating System :: OS Independent", "Programming Language :: Python :: 3",