diff --git a/pyproject.toml b/pyproject.toml index a8cd825..babcb98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,7 @@ dependencies = [ ] authors = [{ name = "Shichao Song", email = "songshichao517@gmail.com" }] description = "User-friendly evaluation framework: Eval Suite & Benchmarks: UHGEval, HaluEval, HalluQA, etc." +readme = { file = "README.md", content-type = "text/markdown" } license = { file = "LICENSE" } keywords = [ "UHGEval", @@ -48,7 +49,7 @@ classifiers = [ "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", ] -dynamic = ["readme", "version"] +dynamic = ["version"] [project.urls] Repository = "https://github.com/IAAR-Shanghai/UHGEval"