Skip to content

Commit 0810959

Browse files
fix: pyproject.toml license should match the LICENCE file
1 parent 47a4c43 commit 0810959

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "hcraft"
66
description = "Lightweight environments to study hierarchical reasoning"
77

88
dynamic = ["version", "readme", "dependencies"]
9-
license = { text = "GNU General Public License v3 or later (GPLv3+)" }
9+
license = { text = "GNU General Public License v3 (GPLv3)" }
1010
requires-python = ">=3.8"
1111
authors = [
1212
{ name = "Mathïs Fédérico" },

0 commit comments

Comments
 (0)