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