From 24d5f4e03288b547134633d326ce46e4089aaa65 Mon Sep 17 00:00:00 2001 From: Vladislav Perevezentsev Date: Tue, 22 Sep 2026 06:31:46 -0700 Subject: [PATCH] Apply pretty-format-toml formatting to pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 921f611..f96d1a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ requires = [ ] [project] -authors = [{name = "Intel Corporation"}] +authors = [{ name = "Intel Corporation" }] classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research", @@ -62,7 +62,7 @@ dynamic = ["version"] keywords = ["MKL"] license = "BSD-3-Clause" name = "mkl-service" -readme = {file = "README.md", content-type = "text/markdown"} +readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.10,<3.16" [project.optional-dependencies]