2 parents fccb154 + 8890726 commit fd604cbCopy full SHA for fd604cb
1 file changed
pyproject.toml
@@ -15,7 +15,7 @@ requires = [
15
]
16
17
[project]
18
-authors = [{name = "Intel Corporation"}]
+authors = [{ name = "Intel Corporation", email = "scripting@intel.com" }]
19
classifiers = [
20
"Development Status :: 4 - Beta",
21
"Intended Audience :: Science/Research",
@@ -57,7 +57,7 @@ keywords = [
57
58
license = "Apache-2.0"
59
name = "dpctl"
60
-readme = {file = "README.md", content-type = "text/markdown"}
+readme = { file = "README.md", content-type = "text/markdown" }
61
requires-python = ">=3.10"
62
63
[project.optional-dependencies]
0 commit comments