mholtzscher / syllapy

Calculate syllable count for English words.
MIT License
34 stars 8 forks source link

Fix deprecation warning related to pkg_resources #99

Open robertop23 opened 8 months ago

robertop23 commented 8 months ago

This pull request addresses the deprecation warning reported in issue #97 by replacing the usage of pkg_resources with importlib.resources, in accordance with the deprecation notice provided by Python.

This resolves the warning and ensures compatibility with future Python versions.