Shoobx / xmldiff

A library and command line utility for diffing xml
MIT License
201 stars 52 forks source link

pkg_resources is deprecated #120

Closed theCapypara closed 11 months ago

theCapypara commented 1 year ago

xmldiff currently still uses pkg_resouces in its main.py. That package is deprecated and scheduled to be removed from the Python standard library, being replaced with importlib. xmldiff should probably switch to using importlib.

regebro commented 11 months ago

Done