From 6a83a54d3ba2aac8e84d3bf8b70ae5dca4b33a19 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 07:49:32 +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 c434fd4..cbbb7ac 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,7 +7,7 @@ url = https://github.com/pupil-labs/lsl-relay/ author = Pupil Labs GmbH author_email = info@pupil-labs.com license = MIT -license_file = LICENSE +license_files = LICENSE classifiers = Development Status :: 5 - Production/Stable Intended Audience :: Developers @@ -29,7 +29,7 @@ install_requires = rich typing-extensions importlib-metadata;python_version<"3.8" -python_requires = >=3.7 +python_requires = >=3.8 include_package_data = true package_dir = =src