Skip to content

Commit a0d052c

Browse files
committed
fix: readme issue
1 parent 96fcaf0 commit a0d052c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ dependencies = [
3131
]
3232
authors = [{ name = "Shichao Song", email = "[email protected]" }]
3333
description = "User-friendly evaluation framework: Eval Suite & Benchmarks: UHGEval, HaluEval, HalluQA, etc."
34+
readme = { file = "README.md", content-type = "text/markdown" }
3435
license = { file = "LICENSE" }
3536
keywords = [
3637
"UHGEval",
@@ -48,7 +49,7 @@ classifiers = [
4849
"License :: OSI Approved :: Apache Software License",
4950
"Operating System :: OS Independent",
5051
]
51-
dynamic = ["readme", "version"]
52+
dynamic = ["version"]
5253

5354
[project.urls]
5455
Repository = "https://github.com/IAAR-Shanghai/UHGEval"

0 commit comments

Comments
 (0)