From 8554f839e69e12380beeaa334bb2f2c2b5d9bd10 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 08:24:36 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- setup.cfg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 9fcad2b..938d9cf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ url = http://rfc3986.readthedocs.io author = Ian Stapleton Cordasco author_email = graffatcolmingov@gmail.com license = Apache 2.0 -license_file = LICENSE +license_files = LICENSE classifiers = Development Status :: 5 - Production/Stable Intended Audience :: Developers @@ -17,7 +17,6 @@ classifiers = Programming Language :: Python Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only - Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 @@ -28,7 +27,7 @@ project_urls = [options] packages = find: -python_requires = >=3.7 +python_requires = >=3.8 include_package_data = True package_dir = =src