From 15d2efee157be4190b7d2c534d483cb71127af7a Mon Sep 17 00:00:00 2001 From: Yuren Hao Date: Mon, 18 Aug 2025 14:57:43 -0500 Subject: managed metadata --- genderbench/pyproject.toml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'genderbench/pyproject.toml') diff --git a/genderbench/pyproject.toml b/genderbench/pyproject.toml index 3cf68d5..0652cd3 100644 --- a/genderbench/pyproject.toml +++ b/genderbench/pyproject.toml @@ -2,9 +2,7 @@ name = "genderbench" version = "1.1.0" description = "Evaluation suite for gender biases in LLMs." -authors = [ - {name = "Matúš Pikuliak",email = "matus.pikuliak@gmail.com"} -] +authors = [] license = {file = "LICENSE"} readme = "README.md" requires-python = ">=3.12" @@ -28,10 +26,6 @@ dependencies = [ "tqdm (>=4.67.1,<5.0.0)", ] -[project.urls] -repository = "https://github.com/matus-pikuliak/genderbench" -documentation = "https://genderbench.readthedocs.io" - [tool.poetry.group.dev.dependencies] black = "^25.1.0" isort = "^6.0.1" -- cgit v1.2.3