Skip to content

Commit 53ec6fe

Browse files
committed
[cicd] fix a mistake in pyproject.toml
1 parent a7c2617 commit 53ec6fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "PyCGraph"
7-
dynamic = ["version", "description", "author", "license", "readme", "requires-python", "keywords", "classifiers"]
7+
dynamic = ["version", "description", "authors", "license", "readme", "requires-python", "keywords", "classifiers"]
88

99
dependencies = [
1010
"pybind11",

0 commit comments

Comments
 (0)