From 6ffc74b99b278c88e5650bb50787fdc910d5e1fd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 19:57:13 +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 a10cbc0..fe5cfee 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,13 +10,12 @@ author_email = kilian.lieret@posteo.de maintainer = Kilian Lieret maintainer_email = kilian.lieret@posteo.de license = MIT -license_file = LICENSE.txt +license_files = LICENSE.txt classifiers = License :: OSI Approved :: MIT License Operating System :: OS Independent 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 @@ -33,7 +32,7 @@ install_requires = gitpython pandas pyyaml -python_requires = >=3.7 +python_requires = >=3.8 include_package_data = True package_dir = =src