markdown-customblocks icon indicating copy to clipboard operation
markdown-customblocks copied to clipboard

pkg_resources is deprecated as an API

Open aleray opened this issue 5 months ago • 0 comments

Hello,

using Python 3.11, Pip 23.3.2 and setuptools 69.0.3 I get this error:

INFO    -  DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html

The error is raised by this statement:

https://github.com/vokimon/markdown-customblocks/blob/master/customblocks/customblocks.py#L16

Thanks!

aleray avatar Jan 08 '24 13:01 aleray