From 5ade3dcc2172d9daf79e2733ab5dafc5a4dd2fd0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 22:33:41 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- setup.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 55b9c7b..55a082f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,7 +7,6 @@ url = https://github.com/pupil-labs/realtime-python-api author = Pupil Labs GmbH author_email = info@pupil-labs.com license = MIT -license_file = LICENSE license_files = LICENSE classifiers = Development Status :: 1 - Planning @@ -34,7 +33,7 @@ install_requires = zeroconf importlib-metadata;python_version<"3.8" typing-extensions;python_version<"3.8" -python_requires = >=3.7 +python_requires = >=3.9 include_package_data = true package_dir = =src