We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2cadf9 commit 4306328Copy full SHA for 4306328
1 file changed
mesonpy/__init__.py
@@ -728,7 +728,6 @@ class Project():
728
_ALLOWED_DYNAMIC_FIELDS: ClassVar[List[str]] = [
729
'version',
730
]
731
- _metadata: pyproject_metadata.StandardMetadata
732
733
def __init__(
734
self,
0 commit comments