Skip to content

Remove pkg_resources use

Igor Ponomarev requested to merge remove-pkg-resources into master

For some reason the lava/__init__.py called the pkg_resources module. This modules is deprecated and will be removed in the future:

https://setuptools.pypa.io/en/latest/userguide/package_discovery.html#legacy-namespace-packages

Closes #658 (closed)

Edited by Igor Ponomarev

Merge request reports