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",