From a7ae55968ed51bcbd3ec1a419a27df42b7d3d997 Mon Sep 17 00:00:00 2001 From: LaraFuhrmann <55209716+LaraFuhrmann@users.noreply.github.com> Date: Thu, 23 Nov 2023 14:54:50 +0100 Subject: [PATCH] update author --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7a50826..af80064 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "VILOCA" version = "0.1.0" description = "SHOrt Reads Assembly into Haplotypes" license = "GPL-3.0-only" -authors = ["Benjamin Langer , Lara Fuhrmann"] +authors = ["Benjamin Langer , Lara Fuhrmann "] #build = "build.py" # Lara: I am not sure if we need this or not. packages = [ { include = "viloca" }