Skip to content

Commit 231e6b2

Browse files
committed
bump pyproject-metadata to git main
1 parent 90300cd commit 231e6b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ backend-path = ['.']
88
requires = [
99
'meson >= 0.63.3; python_version < "3.12"',
1010
'meson >= 1.2.3; python_version >= "3.12"',
11-
'pyproject-metadata == 0.8.0rc1',
11+
'pyproject-metadata @ git+https://github.com/pypa/pyproject-metadata.git',
1212
'tomli >= 1.0.0; python_version < "3.11"',
1313
]
1414

@@ -34,7 +34,7 @@ classifiers = [
3434
dependencies = [
3535
'meson >= 0.63.3; python_version < "3.12"',
3636
'meson >= 1.2.3; python_version >= "3.12"',
37-
'pyproject-metadata == 0.8.0rc1',
37+
'pyproject-metadata @ git+https://github.com/pypa/pyproject-metadata.git',
3838
'tomli >= 1.0.0; python_version < "3.11"',
3939
]
4040

0 commit comments

Comments
 (0)