Correct comment for 'D1_D2_SETUP_ARGS'
Change Ic7b71f1093671533c9f17fd621e02299bfbd7a6d reversed the order of this list but didn't update the comment. Do so now. Change-Id: I36f2dd791297a9e3df4f1e427db5b45017820bbf Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
This commit is contained in:
parent
d9f72421f6
commit
f3b1c7533e
@ -88,10 +88,8 @@ import pbr.hooks
|
||||
# predicates in ()
|
||||
_VERSION_SPEC_RE = re.compile(r'\s*(.*?)\s*\((.*)\)\s*$')
|
||||
|
||||
|
||||
# Mappings from setup() keyword arguments to setup.cfg options;
|
||||
# The values are (section, option) tuples, or simply (section,) tuples if
|
||||
# the option has the same name as the setup() argument
|
||||
# Mappings from setup.cfg options, in (section, option) form, to setup()
|
||||
# keyword arguments
|
||||
CFG_TO_PY_SETUP_ARGS = (
|
||||
(('metadata', 'name'), 'name'),
|
||||
(('metadata', 'version'), 'version'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user