Skip to content

Commit f404b7d

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 f404b7d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,17 @@ 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-
[project.optional-dependencies]
15-
test = [
16-
"coverage>=7.0.0",
17-
]
1814
authors = [
1915
{ name="Yueming Hao", email="yhao@meta.com" },
2016
]
2117
license = { text = "BSD-3-Clause" }
2218

2319

20+
[project.optional-dependencies]
21+
test = [
22+
"coverage>=7.0.0",
23+
]
24+
2425
[tool.setuptools.packages.find]
2526
include = ["tritonparse*"]
2627

0 commit comments

Comments
 (0)