From 9aa89f0dc96497f90d9acdf2e4f769b660ba3e3a Mon Sep 17 00:00:00 2001 From: Kumi Date: Wed, 6 Sep 2023 12:11:57 +0200 Subject: [PATCH] Update contact information and author name - Update the contact email address in the LICENSE file with the support email address from Kumi Systems e.U. - Update the author name and email address in the pyproject.toml file with the support email address from Kumi Systems e.U. --- LICENSE | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 4fbda89..3b50e7e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2023 Kumi Systems e.U. +Copyright (c) 2023 Kumi Systems e.U. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pyproject.toml b/pyproject.toml index 6bc0a7b..c9ec6e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" name = "s3downloader" version = "0.1.0" authors = [ - { name="Kumi Mitterer", email="s3downloader@kumi.email" }, + { name="Kumi Systems e.U.", email="support@kumi.support" }, ] description = "Simple Python CLI tool to download files from S3" readme = "README.md"