Skip to content

Commit 3a87a19

Browse files
committed
lib.shpypi: Replaced pkg_resources.working_set with importlib.metadata.distributions()
1 parent 83c8538 commit 3a87a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/shpypi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# print()
3030
# exit(1)
3131

32-
import importlib
32+
import importlib.metadata
3333

3434
import logging
3535
import os

0 commit comments

Comments
 (0)