6
6
build-backend = ' mesonpy'
7
7
backend-path = [' .' ]
8
8
requires = [
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"' ,
12
12
]
13
13
14
14
[project ]
15
15
name = ' meson-python'
16
16
description = ' Meson Python build backend (PEP 517)'
17
17
readme = ' README.md'
18
- requires-python = ' >=3.7'
18
+ requires-python = ' >= 3.7'
19
19
license = { file = ' LICENSES/MIT.txt' }
20
20
keywords = [' meson' , ' build' , ' backend' , ' pep517' , ' package' ]
21
21
authors = [
@@ -28,9 +28,9 @@ classifiers = [
28
28
29
29
dependencies = [
30
30
' 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"' ,
34
34
]
35
35
36
36
dynamic = [
@@ -40,24 +40,24 @@ dynamic = [
40
40
[project .optional-dependencies ]
41
41
test = [
42
42
' build' ,
43
- ' pytest>= 6.0' ,
43
+ ' pytest >= 6.0' ,
44
44
' pytest-cov[toml]' ,
45
45
' pytest-mock' ,
46
46
' auditwheel' ,
47
47
' Cython' ,
48
48
' wheel' ,
49
- ' typing-extensions>= 3.7.4; python_version< "3.10"' ,
49
+ ' typing-extensions >= 3.7.4; python_version < "3.10"' ,
50
50
]
51
51
docs = [
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' ,
58
58
' 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' ,
61
61
]
62
62
63
63
[project .urls ]
0 commit comments