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 e377112 commit 6b8fae1Copy full SHA for 6b8fae1
src/setuptools_scm/__init__.py
@@ -60,7 +60,7 @@ def _do_parse(root, parse):
60
if pretended:
61
# we use meta here since the pretended version
62
# must adhere to the pep to begin with
63
- return meta(pretended)
+ return meta(tag=pretended, preformatted=True)
64
65
if parse:
66
parse_result = parse(root)
0 commit comments