Skip to content

Commit f3e1cb2

Browse files
committed
fix: replace pkg_resources with importlib.metadata for setuptools 82+
Fixes #285
1 parent b2ddae8 commit f3e1cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from pkg_resources import get_distribution, DistributionNotFound
1+
from importlib.metadata import version as get_distribution, PackageNotFoundError as DistributionNotFound
22

33
from .gs_version import glowscript_version
44

0 commit comments

Comments
 (0)