We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c595bc commit b4bc06bCopy full SHA for b4bc06b
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