Skip to content

Commit d1f78e3

Browse files
committed
MAINT: remove pointless comment
The dependency is an hard if it is declared in pyproject.toml
1 parent 611ebb7 commit d1f78e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
dependencies = [
3030
'colorama; os_name == "nt"',
3131
'meson>=0.63.3',
32-
'pyproject-metadata>=0.7.1', # not a hard dependency, only needed for projects that use PEP 621 metadata
32+
'pyproject-metadata>=0.7.1',
3333
'tomli>=1.0.0; python_version<"3.11"',
3434
]
3535

0 commit comments

Comments
 (0)