We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b75a7c commit 20f2879Copy full SHA for 20f2879
1 file changed
mesonpy/__init__.py
@@ -621,7 +621,6 @@ class Project():
621
_ALLOWED_DYNAMIC_FIELDS: ClassVar[List[str]] = [
622
'version',
623
]
624
- _metadata: pyproject_metadata.StandardMetadata
625
626
def __init__(
627
self,
0 commit comments