nickstenning / honcho

Honcho: a python clone of Foreman. For managing Procfile-based applications.
http://pypi.python.org/pypi/honcho
MIT License
1.6k stars 146 forks source link

Replace deprecated pkg_resources with importlib.metadata #248

Closed marco-carvalho closed 1 month ago

marco-carvalho commented 1 month ago

fixes https://github.com/nickstenning/honcho/issues/247

nickstenning commented 1 month ago

Thank you for the prompt! This issue will be fixed by #249 once released.