diff --git a/piplicenses.py b/piplicenses.py index 534ed76..fa3ecd5 100644 --- a/piplicenses.py +++ b/piplicenses.py @@ -63,7 +63,7 @@ __pkgname__ = 'pip-licenses' __version__ = '3.1.0' __author__ = 'raimon' -__license__ = 'MIT License' +__license__ = 'MIT' __summary__ = ('Dump the software license list of ' 'Python packages installed with pip.') __url__ = 'https://github.com/raimon49/pip-licenses'