From 69fb127b4e5e7e0755f6952e0b4d35717f119c29 Mon Sep 17 00:00:00 2001 From: "Andreas Koepf (aider)" Date: Fri, 31 Jan 2025 12:13:41 +0100 Subject: [PATCH] fix: Move project metadata to correct section in pyproject.toml --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 80ad4865..f6ad4e0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,8 @@ addopts = "-ra -q --cov=reasoning_gym" testpaths = [ "tests", ] + +[project] classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: Apache Software License",