summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2020-08-08 18:26:53 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2020-08-08 18:26:53 +0000
commit0be043545b0aa18aed1a585170b2ddce9cfdb968 (patch)
treed38233ecfcb80ab290c545a6c26f1f692abba809 /setup.cfg
parentAdding upstream version 3.1.0. (diff)
downloadcfgv-0be043545b0aa18aed1a585170b2ddce9cfdb968.tar.xz
cfgv-0be043545b0aa18aed1a585170b2ddce9cfdb968.zip
Adding upstream version 3.2.0.upstream/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