From 108ea3092221f565f3983d44604d3046e761660b Mon Sep 17 00:00:00 2001 From: Szymon Szyszkowski Date: Tue, 13 Aug 2024 16:27:29 +0100 Subject: [PATCH] chore: fix author --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f661736..9fcab32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,9 +3,6 @@ authors = [{ name = "Szymon Szyszkowski", email = "ss60@sanger.ac.uk" }] name = "gentroutils" version = "0.1.5" description = "Open Targets python genetics utility CLI tools" -authors = [ - { name = "Szymon Szyszkowski", email = "ss60@mib117351s.internal.sanger.ac.uk" }, -] dependencies = [ "click>=8.1.7", "google-cloud-storage>=2.18.1",