diff options
Diffstat (limited to '')
-rw-r--r-- | setup.cfg | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |