From 3df11578c8e417a14ccee6f8dae012bf0f9f91f1 Mon Sep 17 00:00:00 2001 From: ancestor-mithril <58839912+ancestor-mithril@users.noreply.github.com> Date: Tue, 5 Nov 2024 14:14:20 +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 60cc2e3..eac4898 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,10 +7,10 @@ description = "Utility for calculating the Dice Similarity Coefficient (DSC) for readme = "README.md" license = { file = "LICENSE" } authors = [ - { name = "George Stoica", email = "george.stoica@senticlab.com" }, + { name = "George Stoica", email = "" }, ] maintainers = [ - { name = "George Stoica", email = "george.stoica@senticlab.com" }, + { name = "George Stoica", email = "" }, ] classifiers = [ "Development Status :: 5 - Production/Stable",