From 8347142a99ba431b8ba42f17724c86c290e2e6c1 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Mon, 4 Jan 2016 21:26:17 +0200 Subject: [PATCH] setup.py: fixup license to match the repository --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index bdef553..69f6190 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,6 @@ setup( description='Using Trezor as hardware SSH agent', author='Roman Zeyde', author_email='roman.zeyde@gmail.com', - license='MIT', url='http://github.com/romanz/trezor-agent', packages=['trezor_agent', 'trezor_agent.trezor'], install_requires=['ecdsa>=0.13', 'ed25519>=1.4', 'Cython>=0.23.4', 'trezor>=0.6.6'], @@ -16,7 +15,7 @@ setup( 'Development Status :: 3 - Alpha', 'Intended Audience :: Developers', 'Intended Audience :: Information Technology', - 'License :: OSI Approved :: MIT License', + 'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)', 'Operating System :: POSIX', 'Programming Language :: Python :: 2.7', 'Topic :: Software Development :: Libraries :: Python Modules',