From f98c16a6d3f734b344a3340d3cf17da6e2e277e6 Mon Sep 17 00:00:00 2001 From: "Andreas Koepf (aider)" Date: Thu, 23 Jan 2025 10:55:01 +0100 Subject: [PATCH] chore: Update license to Apache 2.0 and author information --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e0f349df..dcb74d2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,14 +6,14 @@ build-backend = "hatchling.build" name = "reasoning_gym" version = "0.1.0" authors = [ - { name="GPU Mode Community", email="info@gpumode.com" }, + { name="Open-Thought community", email="andreas.koepf@xamla.com" }, ] description = "A library of procedural dataset generators for training reasoning models" readme = "README.md" requires-python = ">=3.12" classifiers = [ "Programming Language :: Python :: 3", - "License :: OSI Approved :: MIT License", + "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", ]