From e9767dd54a03819ba2a89251d29e455e5e48a61d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Stenstr=C3=B6m?= Date: Mon, 14 Dec 2020 20:42:39 +0100 Subject: [PATCH] Update email adress. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fe0abaa9..6645768c 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( long_description=open(os.path.join(os.path.dirname(__file__), "README.md")).read(), long_description_content_type="text/markdown", author=u"Emil Stenström", - author_email="em@kth.se", + author_email="emil@emilstenstrom.se", url="https://github.com/EmilStenstrom/django-components/", install_requires=["Django>=1.11", "six"], license="MIT",