From 4e577d3266315416cea2f11fe844ebeef932f030 Mon Sep 17 00:00:00 2001 From: pictuga Date: Sun, 5 Dec 2021 18:04:24 +0100 Subject: [PATCH] setup: proper email to suit pypi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7490459..99a7d91 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name = package_name, description = 'Get full-text RSS feeds', author = 'pictuga, Samuel Marks', - author_email = 'contact at pictuga dot com', + author_email = 'contact@pictuga.com', url = 'http://morss.it/', download_url = 'https://git.pictuga.com/pictuga/morss', license = 'AGPL v3',