From 862f4f3c4db12deed660e92c43ff9d64396bee86 Mon Sep 17 00:00:00 2001 From: Andreas Koepf Date: Sat, 25 Jan 2025 17:48:11 +0100 Subject: [PATCH] add Apache-2.0 license info to pyproject.toml --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 86f8735e..9b5c9252 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"