Skip to content

Commit 05d5ec9

Browse files
committed
Fix pyproject.toml.
1 parent 49d7583 commit 05d5ec9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ description = "Template for new Python code bases in Materials Virtual Lab."
55
readme = "README.md"
66
requires-python = ">=3.10"
77
dependencies = []
8-
author = "Shyue Ping Ong"
9-
author_email = "[email protected]"
10-
maintainer = "Shyue Ping Ong"
11-
maintainer_email = "[email protected]"
8+
authors = [
9+
{ name = "Shyue Ping Ong", email = "[email protected]" },
10+
]
1211
url = "https://materialsvirtuallab.org"
1312
classifiers = [
1413
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)