fix: Move project metadata to correct section in pyproject.toml

This commit is contained in:
Andreas Koepf (aider) 2025-01-31 12:13:41 +01:00
parent 39263aa324
commit 69fb127b4e

View file

@ -30,6 +30,8 @@ addopts = "-ra -q --cov=reasoning_gym"
testpaths = [ testpaths = [
"tests", "tests",
] ]
[project]
classifiers = [ classifiers = [
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License", "License :: OSI Approved :: Apache Software License",