src/eric7/PipInterface/piplicenses.py

branch
eric7
changeset 10637
98160fe3eb4d
parent 10439
21c28b0f9e41
child 10756
0702be694bc4
equal deleted inserted replaced
10634:d6d31f4834b0 10637:98160fe3eb4d
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 )

eric ide

mercurial