You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recent versions of setuptools, which includes the pkg_resources module,
return the module name in lowercase. Make the check compatible with both
older and newer versions by comparing the lowercase name. Also, remove
the hardcoded uppercase module name and use `__name__` instead.
0 commit comments