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
This commit is contained in:
Philippe Ombredanne
2014-11-11 12:05:08 +01:00
parent 11eea2d574
commit 6484ef1e37

View File

@@ -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,