66build-backend = ' mesonpy'
77backend-path = [' .' ]
88requires = [
9- ' meson>= 0.63.3' ,
10- ' pyproject-metadata>= 0.7.1' ,
11- ' tomli>= 1.0.0; python_version< "3.11"' ,
9+ ' meson >= 0.63.3' ,
10+ ' pyproject-metadata >= 0.7.1' ,
11+ ' tomli >= 1.0.0; python_version < "3.11"' ,
1212]
1313
1414[project ]
1515name = ' meson-python'
1616description = ' Meson Python build backend (PEP 517)'
1717readme = ' README.md'
18- requires-python = ' >=3.7'
18+ requires-python = ' >= 3.7'
1919license = { file = ' LICENSES/MIT.txt' }
2020keywords = [' meson' , ' build' , ' backend' , ' pep517' , ' package' ]
2121authors = [
@@ -28,9 +28,9 @@ classifiers = [
2828
2929dependencies = [
3030 ' colorama; os_name == "nt"' ,
31- ' meson>= 0.63.3' ,
32- ' pyproject-metadata>= 0.7.1' ,
33- ' tomli>= 1.0.0; python_version< "3.11"' ,
31+ ' meson >= 0.63.3' ,
32+ ' pyproject-metadata >= 0.7.1' ,
33+ ' tomli >= 1.0.0; python_version < "3.11"' ,
3434]
3535
3636dynamic = [
@@ -40,24 +40,24 @@ dynamic = [
4040[project .optional-dependencies ]
4141test = [
4242 ' build' ,
43- ' pytest>= 6.0' ,
43+ ' pytest >= 6.0' ,
4444 ' pytest-cov[toml]' ,
4545 ' pytest-mock' ,
4646 ' auditwheel' ,
4747 ' Cython' ,
4848 ' wheel' ,
49- ' typing-extensions>= 3.7.4; python_version< "3.10"' ,
49+ ' typing-extensions >= 3.7.4; python_version < "3.10"' ,
5050]
5151docs = [
52- ' furo>= 2021.08.31' ,
53- ' sphinx~= 4.0' ,
54- ' sphinx-autodoc-typehints>= 1.10' ,
55- ' sphinx-contributors>= 0.2.2' ,
56- ' sphinx-copybutton>= 0.5.0' ,
57- ' sphinx-design>= 0.1.0' ,
52+ ' furo >= 2021.08.31' ,
53+ ' sphinx ~= 4.0' ,
54+ ' sphinx-autodoc-typehints >= 1.10' ,
55+ ' sphinx-contributors >= 0.2.2' ,
56+ ' sphinx-copybutton >= 0.5.0' ,
57+ ' sphinx-design >= 0.1.0' ,
5858 ' sphinx-autobuild' ,
59- ' sphinxcontrib-spelling>= 7.0.0' ,
60- ' sphinxext-opengraph>= 0.7.0' ,
59+ ' sphinxcontrib-spelling >= 7.0.0' ,
60+ ' sphinxext-opengraph >= 0.7.0' ,
6161]
6262
6363[project .urls ]
0 commit comments