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 828db74 commit af428d1Copy full SHA for af428d1
pyproject.toml
@@ -63,4 +63,6 @@ packages = [
63
]
64
65
[tool.setuptools.dynamic]
66
-version = {attr = "pymathics.natlang.__version__"}
+# We cannot load the version directly from pymathics.natlang.__init__,
67
+# because it would try to import modules which are not already installed.
68
+version = {attr = "pymathics.natlang.version.__version__"}
0 commit comments