From 198ed241d06fa4d69e1c39219a8ced1a7e40c3ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile?= <73942755+e10e3@users.noreply.github.com> Date: Mon, 3 Feb 2025 08:44:04 +0100 Subject: [PATCH] Add the licence in the project metadata (#1667) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 346c94489a..5331a67bd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,7 @@ readme = "README.md" homepage = "https://riverml.xyz/" repository = "https://github.com/online-ml/river/" authors = ["Max Halford "] +license = "BSD-3-Clause" include = [ "**/*.cpp",