From addf2363552af48e416d4efd49cb831f25a5ce9f Mon Sep 17 00:00:00 2001 From: Vladislav Perevezentsev Date: Tue, 22 Sep 2026 06:44:11 -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 a5c760d6..13f65fb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ requires = [ [project] authors = [ - {name = "Intel Corporation", email = "scripting@intel.com"} + { name = "Intel Corporation", email = "scripting@intel.com" } ] classifiers = [ "Development Status :: 5 - Production/Stable", @@ -64,7 +64,7 @@ dynamic = ["version"] keywords = ["mkl_umath"] license = "BSD-3-Clause" name = "mkl_umath" -readme = {file = "README.md", content-type = "text/markdown"} +readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.10,<3.15" [project.optional-dependencies]