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 8b22d73 commit 770b4fcCopy full SHA for 770b4fc
setuptools/tests/config/test_apply_pyprojecttoml.py
@@ -529,8 +529,6 @@ def core_metadata(dist) -> str:
529
skip_prefixes += ("Description-Content-Type:",)
530
# Remove empty lines
531
skip_lines.add("")
532
- # TODO: Mark static values coming from pyproject.toml with `_static.*`
533
- skip_prefixes += ("Dynamic:",)
534
535
result = []
536
for line in pkg_file_txt.splitlines():
0 commit comments