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 411e933 commit 6f9544aCopy full SHA for 6f9544a
src/setuptools_scm/_cli.py
@@ -4,6 +4,7 @@
4
import json
5
import os
6
import sys
7
+
8
from typing import Any
9
10
from setuptools_scm import Configuration
@@ -97,7 +98,6 @@ def _get_cli_opts(args: list[str] | None) -> argparse.Namespace:
97
98
action="store_true",
99
help="trigger to write the content of the version files\n"
100
"its recommended to use normal/editable installation instead)",
-
101
)
102
sub = parser.add_subparsers(title="extra commands", dest="command", metavar="")
103
# We avoid `metavar` to prevent printing repetitive information
0 commit comments