bioforensics / yeat

YEAT: Your Everyday Assembly Tool
Other
1 stars 0 forks source link

Replace pkg_resources with importlib.resources #58

Closed standage closed 10 months ago

standage commented 10 months ago

This PR replaces the pkg_resources package with importlib.resources for getting the system path for installed files. This should eliminate some of the deprecation warnings emitted by the test suite at the moment.

standage commented 10 months ago

Ready for review! I'd suggest we merge this one into main and rebase before merging #55.