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]