Changed
- Replaced usage of
pkg_resources.resource_filenamewithimportlib.resources.filesfrom the standard library.
Removed
- Removed
setuptoolsas a runtime dependency.
pkg_resources.resource_filename with importlib.resources.files from the standard library.setuptools as a runtime dependency.