diff --git a/gist/gist.py b/gist/gist.py index 1d8844e..ba122f5 100644 --- a/gist/gist.py +++ b/gist/gist.py @@ -36,7 +36,7 @@ except ImportError: import json __author__ = 'Kenneth Reitz' __version__ = ('0', '6', '1') -__license__ = 'PSFL' +__license__ = 'MIT' class Gist(object):