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."
77readme = " README.rst"
88requires-python = " >=3.9"
99keywords = [" plex" , " api" ]
10- license = { text = " BSD-3-Clause" }
10+ license = " BSD-3-Clause"
1111classifiers = [
1212 " Operating System :: OS Independent" ,
1313 " Programming Language :: Python :: 3" ,
14- " License :: OSI Approved :: BSD License" ,
1514]
1615dependencies = [" requests" ]
1716dynamic = [" version" ]
@@ -27,7 +26,7 @@ Documentation = "https://python-plexapi.readthedocs.io"
2726version = {attr = " plexapi.const.__version__" }
2827
2928[build-system ]
30- requires = [" setuptools" , " wheel " ]
29+ requires = [" setuptools>=77.0 " ]
3130build-backend = " setuptools.build_meta"
3231
3332[tool .pytest .ini_options ]
You can’t perform that action at this time.
0 commit comments