From 82bb919828cbe531a83835b87dade5a3a74c7c9c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 14 Aug 2023 12:18:53 +0200 Subject: Adding upstream version 3.4.0. Signed-off-by: Daniel Baumann --- setup.cfg | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 7437e61..08b0734 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = cfgv -version = 3.3.1 +version = 3.4.0 description = Validate configuration and produce human readable error messages. long_description = file: README.md long_description_content_type = text/markdown @@ -8,21 +8,17 @@ url = https://github.com/asottile/cfgv author = Anthony Sottile author_email = asottile@umich.edu license = MIT -license_file = LICENSE +license_files = LICENSE classifiers = License :: OSI Approved :: MIT License Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only - Programming Language :: Python :: 3.6 - Programming Language :: Python :: 3.7 - Programming Language :: Python :: 3.8 - Programming Language :: Python :: 3.9 Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: PyPy [options] py_modules = cfgv -python_requires = >=3.6.1 +python_requires = >=3.8 [bdist_wheel] universal = True -- cgit v1.2.3