haltakov / simple-photo-gallery

Beautiful and simple photo galleries that help you tell your story. Free and open-source.
https://haltakov.net/simple-photo-gallery
MIT License
194 stars 51 forks source link

Replace pkg_resources by importlib.resources #123

Closed emmanuelito closed 1 year ago

emmanuelito commented 1 year ago

Small PR to use modern python module (>= python 3.7).

haltakov commented 1 year ago

Thanks for that!