From b082800a27735c0b81d1a87ad5294a9c53ef93bf Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 20:38:45 +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 653f684..f3dc961 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 @@ -32,7 +31,7 @@ install_requires = zeroconf importlib-metadata;python_version<"3.8" typing-extensions;python_version<"3.8" -python_requires = >=3.7 +python_requires = >=3.8 include_package_data = true package_dir = =src