From 6eeaf9d75dd2e6bfac9a105f097002be19a30b53 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Wed, 13 Jan 2021 19:19:02 +0200 Subject: [PATCH] Changed license --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 056988c..19f7b19 100644 --- a/setup.py +++ b/setup.py @@ -7,6 +7,6 @@ setuptools.setup( author_email="antonio@susurrando.com", url="https://susurrando.com", description="Get RSS feeds into an IMAP account", - license="GPLv2", + license="GPLv3", keywords=["IMAP", "IMAPS", "RSS", "feeds", "RDF", "mail"] )