We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef1d549 commit 6fb09a3Copy full SHA for 6fb09a3
1 file changed
pyproject.toml
@@ -7,11 +7,10 @@ description = "Python bindings for the Plex API."
7
readme = "README.rst"
8
requires-python = ">=3.9"
9
keywords = ["plex", "api"]
10
-license = {text = "BSD-3-Clause"}
+license = "BSD-3-Clause"
11
classifiers = [
12
"Operating System :: OS Independent",
13
"Programming Language :: Python :: 3",
14
- "License :: OSI Approved :: BSD License",
15
]
16
dependencies = ["requests"]
17
dynamic = ["version"]
@@ -27,7 +26,7 @@ Documentation = "https://python-plexapi.readthedocs.io"
27
26
version = {attr = "plexapi.const.__version__"}
28
29
[build-system]
30
-requires = ["setuptools", "wheel"]
+requires = ["setuptools>=77.0"]
31
build-backend = "setuptools.build_meta"
32
33
[tool.pytest.ini_options]
0 commit comments