Skip to content

Commit d7702d5

Browse files
committed
chore: add description to pyproject
1 parent 872f85e commit d7702d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "tfbench"
33
version = "1.0.0"
4-
description = "Add your description here"
4+
description = "Evaluating Program Semantics Reasoning with Type Inference in System F"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
@@ -83,7 +83,7 @@ extension-pkg-whitelist = [
8383
generated-members = ["cv2.*", "skimage.metrics.*"]
8484

8585
[tool.mypy]
86-
python_version = "3.11"
86+
python_version = "3.12"
8787
warn_return_any = true
8888
warn_unused_configs = true
8989
ignore_missing_imports = true

0 commit comments

Comments
 (0)