1
0
mirror of https://github.com/CMiksche/gitea-auto-update synced 2025-12-10 16:07:23 +01:00

docs: update email

Update to new email address so that users can reach me.
This commit is contained in:
Christoph Miksche
2024-08-07 13:25:47 +02:00
parent 5bf70c379b
commit 9449498d49

View File

@@ -13,13 +13,13 @@ with open("README.md", "r", encoding='utf8') as fh:
setuptools.setup(
name='gitea_auto_update',
version='2.0.12',
version='2.0.13',
description='A script which can update gitea to a new version.',
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
url='https://github.com/CMiksche/gitea-auto-update',
author='Christoph Miksche',
author_email='christoph@miksche.org',
author_email='autoupdate@chapati.systems',
license='GPLv3',
classifiers=[
"Programming Language :: Python :: 3",