From 18ce2ba856f7e9a02ce4d16fcb85c823ec19aedc Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sat, 12 Apr 2025 12:02:10 +0200 Subject: [PATCH] Adopt PEP 639 --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 22e82a94e..cab72acea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,11 +7,10 @@ description = "Python bindings for the Plex API." readme = "README.rst" requires-python = ">=3.9" keywords = ["plex", "api"] -license = {text = "BSD-3-Clause"} +license = "BSD-3-Clause" classifiers = [ "Operating System :: OS Independent", "Programming Language :: Python :: 3", - "License :: OSI Approved :: BSD License", ] dependencies = ["requests"] dynamic = ["version"] @@ -27,7 +26,7 @@ Documentation = "https://python-plexapi.readthedocs.io" version = {attr = "plexapi.const.__version__"} [build-system] -requires = ["setuptools", "wheel"] +requires = ["setuptools>=77.0"] build-backend = "setuptools.build_meta" [tool.pytest.ini_options]