From 07166b0e6ab1ed859955afe60f517575e1afb557 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 21:35:45 +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