Skip to content

Commit 6fb09a3

Browse files
authored
Adopt PEP 639 (#1517)
1 parent ef1d549 commit 6fb09a3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ description = "Python bindings for the Plex API."
77
readme = "README.rst"
88
requires-python = ">=3.9"
99
keywords = ["plex", "api"]
10-
license = {text = "BSD-3-Clause"}
10+
license = "BSD-3-Clause"
1111
classifiers = [
1212
"Operating System :: OS Independent",
1313
"Programming Language :: Python :: 3",
14-
"License :: OSI Approved :: BSD License",
1514
]
1615
dependencies = ["requests"]
1716
dynamic = ["version"]
@@ -27,7 +26,7 @@ Documentation = "https://python-plexapi.readthedocs.io"
2726
version = {attr = "plexapi.const.__version__"}
2827

2928
[build-system]
30-
requires = ["setuptools", "wheel"]
29+
requires = ["setuptools>=77.0"]
3130
build-backend = "setuptools.build_meta"
3231

3332
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)