From 4587f10c9d657e792dafc0fe28d9cc010894faf1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 17:22:49 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index cecf1f8..3f64339 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ url = https://github.com/dannysepler/rm_unneeded_f_str author = Danny Sepler author_email = dannysepler@gmail.com license = MIT -license_file = LICENSE +license_files = LICENSE classifiers = License :: OSI Approved :: MIT License Programming Language :: Python :: 3 @@ -16,7 +16,7 @@ classifiers = [options] py_modules = rm_unneeded_f_str -python_requires = >=3.7 +python_requires = >=3.8 [options.entry_points] console_scripts =