File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,10 @@ description = "Python bindings for the Plex API."
7
7
readme = " README.rst"
8
8
requires-python = " >=3.9"
9
9
keywords = [" plex" , " api" ]
10
- license = { text = " BSD-3-Clause" }
10
+ license = " BSD-3-Clause"
11
11
classifiers = [
12
12
" Operating System :: OS Independent" ,
13
13
" Programming Language :: Python :: 3" ,
14
- " License :: OSI Approved :: BSD License" ,
15
14
]
16
15
dependencies = [" requests" ]
17
16
dynamic = [" version" ]
@@ -27,7 +26,7 @@ Documentation = "https://python-plexapi.readthedocs.io"
27
26
version = {attr = " plexapi.const.__version__" }
28
27
29
28
[build-system ]
30
- requires = [" setuptools" , " wheel " ]
29
+ requires = [" setuptools>=77.0 " ]
31
30
build-backend = " setuptools.build_meta"
32
31
33
32
[tool .pytest .ini_options ]
You can’t perform that action at this time.
0 commit comments