From 4c65b4fb90b47c48f47e82cd5d20943ae7a9e500 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Sat, 1 Jul 2023 19:07:19 +0200 Subject: [PATCH] [pyproject] Format with taplo --- pyproject.toml | 60 +++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bb93be32..7ce54435 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,33 +15,33 @@ dynamic = ["readme"] license = { text = "GNU General Public License v3 (GPLv3)" } authors = [{ name = "Geoffrey Raposo", email = "geoffrey@raposo.ch" }] maintainers = [ - { name = "Andre Anjos", email = "andre.anjos@idiap.ch" }, - { name = "Daniel Carron", email = "daniel.carron@idiap.ch" }, + { name = "Andre Anjos", email = "andre.anjos@idiap.ch" }, + { name = "Daniel Carron", email = "daniel.carron@idiap.ch" }, ] classifiers = [ - "Development Status :: 4 - Beta", - "Intended Audience :: Developers", - "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", - "Natural Language :: English", - "Programming Language :: Python :: 3", - "Topic :: Software Development :: Libraries :: Python Modules", + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", + "Natural Language :: English", + "Programming Language :: Python :: 3", + "Topic :: Software Development :: Libraries :: Python Modules", ] dependencies = [ - "clapper", - "click", - "numpy", - "pandas", - "scipy", - "scikit-learn", - "tqdm", - "psutil", - "tabulate", - "matplotlib", - "pillow", - "torch>=1.8", - "torchvision>=0.10", - "lightning>=2.0.3", - "tensorboard", + "clapper", + "click", + "numpy", + "pandas", + "scipy", + "scikit-learn", + "tqdm", + "psutil", + "tabulate", + "matplotlib", + "pillow", + "torch>=1.8", + "torchvision>=0.10", + "lightning>=2.0.3", + "tensorboard", ] [project.urls] @@ -53,13 +53,13 @@ changelog = "https://gitlab.idiap.ch/biosignal/software/ptbench/-/releases" [project.optional-dependencies] qa = ["pre-commit"] doc = [ - "sphinx", - "furo", - "sphinx-autodoc-typehints", - "auto-intersphinx", - "sphinx-copybutton", - "sphinx-inline-tabs", - "sphinx-click", + "sphinx", + "furo", + "sphinx-autodoc-typehints", + "auto-intersphinx", + "sphinx-copybutton", + "sphinx-inline-tabs", + "sphinx-click", ] test = ["pytest", "pytest-cov", "coverage"] -- GitLab