From a492f87abdf10cd090a2158efab1c777769131ba Mon Sep 17 00:00:00 2001 From: Leandro Toledo Date: Mon, 10 Aug 2015 14:40:55 -0300 Subject: [PATCH] Minor fix on setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 041ce1c5b..f86c1d27c 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( version='2.5', author='Leandro Toledo', author_email='leandrotoledodesouza@gmail.com', - license='GPLv2', + license='LGPLv3', url='https://github.com/leandrotoledo/python-telegram-bot', keywords='telegram bot api', description='A Python wrapper around the Telegram Bot API',