summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pbr/util.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/pbr/util.py b/pbr/util.py
index 75a7ebb..0669a24 100644
--- a/pbr/util.py
+++ b/pbr/util.py
@@ -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'),