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 6a8dac1 commit ff8ed33Copy full SHA for ff8ed33
src/setuptools_scm/git.py
@@ -13,7 +13,7 @@
13
from .utils import trace
14
from .version import meta
15
16
-DEFAULT_DESCRIBE = "git describe --dirty --tags --long --match *[0-9]*"
+DEFAULT_DESCRIBE = "git describe --dirty --tags --long --match '*[0-9]*'"
17
18
19
class GitWorkdir(Workdir):
0 commit comments