From 643d810b96a2d7aa3a00519aec223f3914430dc7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 21:32:33 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- setup.cfg | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e732edb..6620fa0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,7 +7,7 @@ url = https://github.com/pupil-labs/pyndsi author = "Pupil Labs" author_email = "info@pupil-labs.com" license = LGPL-3.0 -license_file = LICENSE +license_files = LICENSE classifiers = Development Status :: 5 - Production/Stable Intended Audience :: Developers diff --git a/setup.py b/setup.py index 49a660e..910d989 100644 --- a/setup.py +++ b/setup.py @@ -7,6 +7,7 @@ License details are in the file license.txt, distributed as part of this software. ----------------------------------------------------------------------------------~(*) """ + import glob import os import platform