From b28b8163b2d85f3e87f7a3f1948857d494b70ec5 Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Wed, 20 Mar 2024 20:12:12 +0100 Subject: [PATCH] Fix license field in pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 99e808c..b3b78dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "slim-trees" description = "A python package for efficient pickling of ML models." version = "0.2.7" readme = "README.md" -license = "MIT" +license = {file = "LICENSE"} requires-python = ">=3.8" authors = [ { name = "Pavel Zwerschke", email = "pavel.zwerschke@quantco.com" }, @@ -44,6 +44,7 @@ include = [ line-length = 88 target-version = "py38" +[tool.ruff.lint] select = [ # pyflakes "F",