Skip to content

Commit 424f2f9

Browse files
dnicolodiFFY00
authored andcommitted
MAINT: make pyptoject.toml more readable
1 parent dd0b9f2 commit 424f2f9

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

pyproject.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
build-backend = 'mesonpy'
77
backend-path = ['.']
88
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"',
1212
]
1313

1414
[project]
1515
name = 'meson-python'
1616
description = 'Meson Python build backend (PEP 517)'
1717
readme = 'README.md'
18-
requires-python = '>=3.7'
18+
requires-python = '>= 3.7'
1919
license = { file = 'LICENSES/MIT.txt' }
2020
keywords = ['meson', 'build', 'backend', 'pep517', 'package']
2121
authors = [
@@ -28,9 +28,9 @@ classifiers = [
2828

2929
dependencies = [
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

3636
dynamic = [
@@ -40,24 +40,24 @@ dynamic = [
4040
[project.optional-dependencies]
4141
test = [
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
]
5151
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',
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

Comments
 (0)