enthought / pyface

pyface: traits-capable windowing framework
Other
104 stars 55 forks source link

Add missing importlib-metadata dependency #1216

Closed mdickinson closed 1 year ago

mdickinson commented 1 year ago

This PR adds a missing dependency for importlib_metadata.

Strictly, we only need importlib_metadata for Python < 3.8. But using it for all Python < 3.10 allows us to use a uniform interface when dealing with entry points.