Skip to content

Commit d6e6118

Browse files
committed
Update authors section in pyproject.toml
Summary: This commit modifies the authors section in the `pyproject.toml` file by removing the duplicate entry and ensuring proper formatting. Changes: - Removed duplicate authors entry in `pyproject.toml`. - Ensured authors are listed correctly in the project metadata. This update enhances the clarity of project authorship information.
1 parent 7b59712 commit d6e6118

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ dependencies = [
1111
requires-python = ">=3.10"
1212
description = "TritonParse: A Compiler Tracer, Visualizer, and mini-Reproducer Generator for Triton Kernels"
1313
readme = "README.md"
14+
authors = [
15+
{ name="Yueming Hao", email="yhao@meta.com" },
16+
]
17+
1418
[project.optional-dependencies]
1519
test = [
1620
"coverage>=7.0.0",
1721
]
18-
authors = [
19-
{ name="Yueming Hao", email="yhao@meta.com" },
20-
]
2122
license = { text = "BSD-3-Clause" }
2223

2324

0 commit comments

Comments
 (0)