From 6484ef1e37b0566b8d21ffe9d5d197f068564ede Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Tue, 11 Nov 2014 12:05:08 +0100 Subject: [PATCH] Make the GPL exception explicit in setup.py I think that is best to have that explicitly set there (and it should possibly be updated in Pypi too). Thanks for this lib! Cordially Philippe --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ee8973f..9dfdda9 100644 --- a/setup.py +++ b/setup.py @@ -184,7 +184,7 @@ setup(name='pygit2', version=__version__, url='http://github.com/libgit2/pygit2', classifiers=classifiers, - license='GPLv2', + license='GPLv2 with linking exception', maintainer=u('J. David Ibáñez'), maintainer_email='jdavid.ibp@gmail.com', long_description=long_description,