From 92a33489ac1ca03c5010863afc1fe250f76e4bd1 Mon Sep 17 00:00:00 2001 From: Conrad Date: Tue, 21 Jan 2025 22:19:51 +0100 Subject: [PATCH] fix: Updated author_email --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 988f267..aa35ab5 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ setup( long_description=open("README.md").read(), long_description_content_type="text/markdown", author="Conrad Großer", - author_email="conrad@noah.tech", + author_email="conrad@grosser.group", packages=find_packages(), url="https://github.com/creyD/creyPY", license="MIT",