From 0123c3bba212d1fe32b2b5201165b9cd8c151e40 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 16:53:23 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- setup.cfg | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/setup.cfg b/setup.cfg index 4f9376a..c67c3b9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,17 +8,13 @@ url = https://github.com/aiidalab/aiidalab-hello-world author = The AiiDAlab team author_email = aiidalab@materialscloud.org license = MIT -license_file = LICENSE +license_files = LICENSE classifiers = Development Status :: 5 - Production/Stable 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 project_urls = Bug Tracker = https://github.com/aiidalab/aiidalab-hello-world/issues Documentation = https://github.com/aiidalab/aiidalab-hello-world#readme @@ -28,7 +24,7 @@ project_urls = packages = find: install_requires = aiidalab-widgets-base~=1.0.0 -python_requires = >=3.7 +python_requires = >=3.8 [aiidalab] title = AiiDAlab Hello World App