entry-point-inspector 0.2.1
Entry Point Inspector is a tool for looking at the Python entry point plugins installed on a system.
What’s new in 0.2.1?
- update python support versions to drop python 2 support and include 3.7, 3.8, and 3.9
- Fix packaging issue by requiring setuptools for installation (contributions by Miro Hrončok)
- fix linter issue in setup.py
- add github actions to run CI jobs