We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90300cd commit 231e6b2Copy full SHA for 231e6b2
pyproject.toml
@@ -8,7 +8,7 @@ backend-path = ['.']
8
requires = [
9
'meson >= 0.63.3; python_version < "3.12"',
10
'meson >= 1.2.3; python_version >= "3.12"',
11
- 'pyproject-metadata == 0.8.0rc1',
+ 'pyproject-metadata @ git+https://github.com/pypa/pyproject-metadata.git',
12
'tomli >= 1.0.0; python_version < "3.11"',
13
]
14
@@ -34,7 +34,7 @@ classifiers = [
34
dependencies = [
35
36
37
38
39
40
0 commit comments