From 8d2cdd52882e40e2992eaf4941c377a53f8871f5 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Tue, 12 Dec 2017 11:41:03 +0100 Subject: [PATCH] Fix license in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a799f69..9e71535 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( author_email='ivan@habunek.com', url='https://github.com/ihabunek/toot/', keywords='mastodon toot', - license='MIT', + license='GPLv3', classifiers=[ 'Development Status :: 4 - Beta', 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',