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 263dc5b commit 4497912Copy full SHA for 4497912
src/setuptools_scm/_entrypoints.py
@@ -121,4 +121,4 @@ def _call_version_scheme(
121
raise ValueError(f'Couldn\'t find any implementations for entrypoint "{entrypoint}" with value "{given_value}".')
122
if default is not None:
123
return default
124
- raise ValueError(f'None of the "{entrypoint}" entrypoints matching "{given_value}" returned a value.')
+ raise ValueError(f'None of the "{entrypoint}" entrypoints matching "{given_value}" returned a value.')
0 commit comments