add Apache-2.0 license info to pyproject.toml

This commit is contained in:
Andreas Koepf 2025-01-25 17:48:11 +01:00
parent 4bfa9fd987
commit 862f4f3c4d

View file

@ -17,6 +17,8 @@ classifiers = [
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
]
license = "Apache-2.0"
license-files = ["LICENSE*"]
[project.urls]
"Homepage" = "https://github.com/open-thought/reasoning-gym"