Skip to content

Commit

Permalink
updated pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreFCruz committed Jun 7, 2024
1 parent db19c9e commit 2d108af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
![PyPI status](https://github.com/socialfoundations/folktexts/actions/workflows/python-publish.yml/badge.svg)
![Documentation status](https://github.com/socialfoundations/folktexts/actions/workflows/python-docs.yml/badge.svg)
![PyPI version](https://badgen.net/pypi/v/folktexts)
![OSI license](https://badgen.net/pypi/license/folktexts)
![PyPI - License](https://img.shields.io/pypi/l/folktexts)
<!-- ![OSI license](https://badgen.net/pypi/license/folktexts) -->
<!-- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) -->
![Python compatibility](https://badgen.net/pypi/python/folktexts)

Folktexts is a python package to evaluate and benchmark calibration of large
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"

[project]
name = "folktexts"
description = "A benchmark on LLM calibration to human populations."
license = "MIT"
# license = {file = "LICENSE"}
description = "A benchmark for LLM calibration on human populations."
license = {file = "LICENSE"}
# license = {text = "MIT License"}
authors = [
{ name = "Andre Cruz" },
{ name = "Ricardo Dominguez-Olmedo" },
Expand All @@ -32,7 +32,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]

version = "0.0.5"
version = "0.0.6"
requires-python = ">=3.8"
dynamic = [
"readme",
Expand Down

0 comments on commit 2d108af

Please sign in to comment.