diff --git a/setup.py b/setup.py index f8fdfd2..7296b93 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def run(self): description="An aiohttp-based client for Intergas InComfort/InTouch Lan2RF systems", keywords=["intergas", "incomfort", "intouch", "lan2rf"], author="Jan Bouwhuis", - author_email="jbouwh@users.jbsoft.nl", + author_email="jan@jbsoft.nl", url=URL, download_url=f"{URL}/archive/{VERSION}.tar.gz", install_requires=[list(val.strip() for val in open("requirements.txt"))],