From 6debc805991e277b001ed8b4025f03db5bd605cb Mon Sep 17 00:00:00 2001 From: Jamie Gooding <74370983+GoodingJamie@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:16:40 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f73a46..166da7a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # whisk -whisk is a tool for combining ROOT datastructures with categories of known ratios. The tool is built upon the pythonised RDataFrame framework. \ No newline at end of file +whisk is a tool for combining data structures with categories of known ratios. From 132cffcee45807bf14a9bdf61cfdce19cf5d0dac Mon Sep 17 00:00:00 2001 From: Jamie Gooding <74370983+GoodingJamie@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:17:06 +0200 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b8189b4..65ebbb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "whisk" requires-python = ">=3.8" -description = "Proportioned combination of RDataFrame data structures" +description = "Proportioned combination of data structures" authors = [{ name = "Jamie Gooding" }, { email = "Jamie.Gooding@cern.ch" }] dynamic = ["version"] readme = "README.md" @@ -14,4 +14,4 @@ license = { file = "COPYING" } [tool.pytest.ini_options] addopts = [ "--import-mode=importlib", -] \ No newline at end of file +]