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] 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 +]