Pylons / pyramid

Pyramid - A Python web framework
https://trypyramid.com/
Other
3.97k stars 887 forks source link

Remove pkg resources from scripts #3749

Closed mmerickel closed 9 months ago

mmerickel commented 9 months ago

Similar to https://github.com/Pylons/pyramid/pull/3748, remove pkg_resources from pdistreport and pshell scripts.

Sadly importlib.metadata provides no way to find the location on disk of a package so I had to change that functionality in pdistreport. Decided to just show the package summary string instead.