Skip to content

Commit 8df637c

Browse files
author
punkadiddle
committed
compatibility fixes for api
1 parent b669abc commit 8df637c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setuptools_scm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def _parse_tag(tag, preformatted, config):
181181
return tag
182182

183183

184-
def meta(tag, config=None, distance=None, dirty=False, node=None, preformatted=False, **kw):
184+
def meta(tag, distance=None, dirty=False, node=None, preformatted=False, config=None, **kw):
185185
if not config:
186186
warnings.warn("meta invoked without explicit configuration, will use defaults where required.")
187187
parsed_version = _parse_tag(tag, preformatted, config)

0 commit comments

Comments
 (0)