- Drop dependency on [`pkginfo`](https://pypi.org/project/pkginfo/) due to [bug](https://github.com/wimglenn/johnnydep/issues/78), replaced with [`importlib_metadata`](https://pypi.org/project/importlib-metadata/) - `dist.console_scripts` now returns a list of strings instead of a comma-separated string
1.19.0
- Added new `entry_points` attribute to `JohnnyDist`, and added new field "console_scripts" for the CLI
1.18.0
- Dropped dependency on `pkg_resources` (use `importlib.metadata` instead) - Dropped dependency on `colorama` except for Windows platform
1.17.5
What's Changed * parse homepage from new project_urls metadata field by wimglenn in https://github.com/wimglenn/johnnydep/pull/115