Skip to content

Commit af428d1

Browse files
authored
Update pyproject.toml
1 parent 828db74 commit af428d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,6 @@ packages = [
6363
]
6464

6565
[tool.setuptools.dynamic]
66-
version = {attr = "pymathics.natlang.__version__"}
66+
# 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

Comments
 (0)