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.
This commit is contained in:
Kumi 2023-09-06 12:11:57 +02:00
parent 9e930bddbb
commit 9aa89f0dc9
Signed by: kumi
GPG key ID: ECBCC9082395383F
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
Copyright (c) 2023 Kumi Systems e.U. <office@kumi.systems>
Copyright (c) 2023 Kumi Systems e.U. <support@kumi.support>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View file

@ -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"