metomi / rose

:rose: Rose is a toolkit for writing, editing and running application configurations.
https://metomi.github.io/rose/
GNU General Public License v3.0
55 stars 53 forks source link

pkg_resources: move to importlib.metadata #2758

Closed oliver-sanders closed 5 months ago

oliver-sanders commented 9 months ago

Same thing we did for cylc-flow - https://github.com/cylc/cylc-flow/pull/5790

Replace the aged pkg_resources interfaces with importlib.metadata with importlib_metadata to back-support older releases.