theCapypara / riptide-lib

Tool to manage development environments for web applications using containers - Library Package
https://riptide-docs.readthedocs.io
MIT License
4 stars 3 forks source link

Replace pkg_resources with importlib #58

Closed jeliebig closed 1 year ago

jeliebig commented 1 year ago

Since pkg_resources has been deprecated in favor of importlib this PR replaces the old API with the new one.

As a reference the following migration guides were used:

theCapypara commented 1 year ago

Odd, I could have sworn I already did this, but apparently not! Thanks!