Skip to content

Commit

Permalink
fix: typo in exception message
Browse files Browse the repository at this point in the history
Fixes #105.
  • Loading branch information
dnicolodi committed Apr 15, 2024
1 parent 04d4cf0 commit f632b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject_metadata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def from_pyproject(

for field in dynamic:
if field in data['project']:
msg = f'Field "project.{field}" declared as dynamic in but is defined'
msg = f'Field "project.{field}" declared as dynamic in "pyproject.dynamic" but is defined'
raise ConfigurationError(msg)

name = fetcher.get_str('project.name')
Expand Down

0 comments on commit f632b43

Please sign in to comment.