Skip to content

Commit b32dd3a

Browse files
committed
Fix pre-commit in pyproject.toml
Also add scripting@intel.com email
1 parent f039637 commit b32dd3a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ requires = [
1515
]
1616

1717
[project]
18-
authors = [{name = "Intel Corporation"}]
18+
authors = [{ name = "Intel Corporation", email = "scripting@intel.com" }]
1919
classifiers = [
2020
"Development Status :: 4 - Beta",
2121
"Intended Audience :: Science/Research",
@@ -57,7 +57,7 @@ keywords = [
5757
]
5858
license = "Apache-2.0"
5959
name = "dpctl"
60-
readme = {file = "README.md", content-type = "text/markdown"}
60+
readme = { file = "README.md", content-type = "text/markdown" }
6161
requires-python = ">=3.10"
6262

6363
[project.optional-dependencies]

0 commit comments

Comments
 (0)