From 7df03add426ac419df6c2974463eb04a428afb52 Mon Sep 17 00:00:00 2001 From: Marcel Nijenhof Date: Sun, 8 Aug 2021 14:25:39 +0200 Subject: [PATCH] Correctie email adres --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 415a67d..80d1cf3 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name="lmwsip", # Replace with your own username version="0.1.6", author="Marcel Nijenhof", - author_email="pip@pion.xs4all.nl", + author_email="pip@marceln.org", description="Interface for the lmw sip protocol", long_description=long_description, long_description_content_type="text/markdown",