We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af3f00 commit 9032cb0Copy full SHA for 9032cb0
docs/conf.py
@@ -10,7 +10,7 @@
10
# add these directories to sys.path here. If the directory is relative to the
11
# documentation root, use os.path.abspath to make it absolute, like shown here.
12
#
13
-from importlib.metadata import version
+import importlib.metadata
14
import os
15
import sys
16
@@ -27,7 +27,7 @@
27
author = 'Ryan Gibson'
28
29
# The full version, including alpha/beta/rc tags
30
-release = version('modularitypruning')
+release = importlib.metadata.version('modularitypruning')
31
32
# -- General configuration ---------------------------------------------------
33
0 commit comments