From 398512b01232da39c0ee6c8c6cefa850fd33ada5 Mon Sep 17 00:00:00 2001 From: Jan Range <30547301+JR-1991@users.noreply.github.com> Date: Thu, 9 May 2024 22:29:24 +0200 Subject: [PATCH] update mail --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0989b6b..45ae904 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "easyDataverse" version = "0.4.0" description = "Lightweight Dataverse interface in Python to upload, download and update datasets found in Dataverse instances." -authors = ["Jan Range "] +authors = ["Jan Range "] license = "MIT License" readme = "Readme.md" packages = [{ include = "easyDataverse" }]