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]