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:
parent
9e930bddbb
commit
9aa89f0dc9
2 changed files with 2 additions and 2 deletions
2
LICENSE
2
LICENSE
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue