Fix license in setup.py - toot - Unnamed repository; edit this file 'descriptio… | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 8d2cdd52882e40e2992eaf4941c377a53f8871f5 | |
parent 1b86cdd4047e294551cb58087bae0ac03d21a017 | |
Author: Ivan Habunek <[email protected]> | |
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(-) | |
--- | |
diff --git a/setup.py b/setup.py | |
@@ -14,7 +14,7 @@ setup( | |
author_email='[email protected]', | |
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)', |