From c78d6af88ae570227d94ebadddac38c6a3516c8c Mon Sep 17 00:00:00 2001 From: mattdl Date: Tue, 11 Nov 2025 16:04:02 +0100 Subject: [PATCH] docs: pyproject fixes of description and license --- pyproject.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 15157c4..b37e386 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,10 +8,10 @@ packages = ["src/workrb"] [project] name = "workrb" version = "0.1.0" -description = "Perform easy inference on a range of work-related tasks." +description = "WorkRB: Work Research Benchmark. Easy benchmarking of AI progress in the work domain." readme = "README.md" requires-python = ">=3.10,<4.0" -license = { text = "MIT" } +license = { text = "Apache 2.0" } authors = [ { name = "TechWolf Research Team" }, { name = "Matthias De Lange", email = "matthias.delange@techwolf.ai" }, @@ -25,10 +25,9 @@ keywords = [ "machine-learning", ] classifiers = [ - "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "Intended Audience :: Developers", - "License :: OSI Approved :: MIT License", + "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Text Processing :: Linguistic",