We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 882f3ad commit 8559f51Copy full SHA for 8559f51
1 file changed
mesonpy/__init__.py
@@ -624,7 +624,6 @@ class Project():
624
_ALLOWED_DYNAMIC_FIELDS: ClassVar[List[str]] = [
625
'version',
626
]
627
- _metadata: pyproject_metadata.StandardMetadata
628
629
def __init__(
630
self,
0 commit comments