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 3b25a76 commit 5e4a9b6Copy full SHA for 5e4a9b6
mesonpy/__init__.py
@@ -762,7 +762,7 @@ def __init__(
762
if 'license-files' in self._metadata.dynamic:
763
self._metadata.license_files = self._meson_license_files
764
else:
765
- # if project section is missing, use minimal metdata from meson.build
+ # if project section is missing, use minimal metadata from meson.build
766
name, version = self._meson_name, self._meson_version
767
if not version:
768
raise pyproject_metadata.ConfigurationError(
0 commit comments