Fix license in setup.py - toot - Unnamed repository; edit this file 'description' to name the repository.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 8d2cdd52882e40e2992eaf4941c377a53f8871f5
 (DIR) parent 1b86cdd4047e294551cb58087bae0ac03d21a017
 (HTM) Author: Ivan Habunek <ivan@habunek.com>
       Date:   Tue, 12 Dec 2017 11:41:03 +0100
       
       Fix license in setup.py
       
       Diffstat:
         setup.py                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git 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)',