zestsoftware / zest.releaser

Python software releasing made easy and repeatable
https://zestreleaser.readthedocs.io
GNU General Public License v2.0
198 stars 62 forks source link

chore(docs): no more pkg_resources #450

Closed gforcada closed 6 days ago

gforcada commented 6 days ago

The snippet above the fix uses importlib.metadata rather than pkg_resources.

reinout commented 6 days ago

Good one!