summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2020-08-08 18:26:57 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2020-08-08 18:26:57 +0000
commitc0d15f54edaf76cfac31fb725cb3d43d00a14724 (patch)
treea12380ee8bfa8b1688d14c127accb178121f8b9d /setup.cfg
parentReleasing debian version 3.1.0-2. (diff)
downloadcfgv-c0d15f54edaf76cfac31fb725cb3d43d00a14724.tar.xz
cfgv-c0d15f54edaf76cfac31fb725cb3d43d00a14724.zip
Merging upstream version 3.2.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 4 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index ce6e897..cef13f1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = cfgv
-version = 3.1.0
+version = 3.2.0
description = Validate configuration and produce human readable error messages.
long_description = file: README.md
long_description_content_type = text/markdown
@@ -25,3 +25,6 @@ python_requires = >=3.6.1
[bdist_wheel]
universal = True
+
+[coverage:run]
+plugins = covdefaults