diff options
Diffstat (limited to 'genderbench/pyproject.toml')
| -rw-r--r-- | genderbench/pyproject.toml | 8 |
1 files changed, 1 insertions, 7 deletions
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" |
