Skip to content

Commit c27ae9a

Browse files
committed
Require python 3.8
1 parent 1424926 commit c27ae9a

File tree

3 files changed

+459
-464
lines changed

3 files changed

+459
-464
lines changed

combine/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import pkg_resources
1+
import importlib.metadata
22

33
from .core import Combine
44

55

66
__author__ = "Dropseed"
77
__email__ = "python@dropseed.dev"
8-
__version__ = pkg_resources.get_distribution("combine").version
8+
__version__ = importlib.metadata.version("combine")

0 commit comments

Comments
 (0)