syllapy icon indicating copy to clipboard operation
syllapy copied to clipboard

Fix deprecation warning related to pkg_resources

Open robertop23 opened this issue 11 months ago • 0 comments

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.

robertop23 avatar Mar 08 '24 17:03 robertop23