64 from email.message import Message |
64 from email.message import Message |
65 from typing import Callable, Dict, Iterator, Optional, Sequence |
65 from typing import Callable, Dict, Iterator, Optional, Sequence |
66 |
66 |
67 |
67 |
68 __pkgname__ = "pip-licenses" |
68 __pkgname__ = "pip-licenses" |
69 __version__ = "4.3.3" |
69 __version__ = "4.3.4" |
70 __author__ = "raimon" |
70 __author__ = "raimon" |
71 __license__ = "MIT" |
71 __license__ = "MIT" |
72 __summary__ = ( |
72 __summary__ = ( |
73 "Dump the software license list of Python packages installed with pip." |
73 "Dump the software license list of Python packages installed with pip." |
74 ) |
74 ) |