Skip to content

Commit fdad23d

Browse files
authored
Update pyproject.toml
Keyword documentation doesn’t have version number and I think it’s caused because pointing to a wrong place in toml file.
1 parent a22d205 commit fdad23d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dynamic = ["version"]
3131
"Keyword docs" = "http://marketsquare.github.io/Robotframework-Database-Library/"
3232

3333
[tool.setuptools.dynamic]
34-
version = {attr = "DatabaseLibrary.__version__"}
34+
version = {attr = "DatabaseLibrary/version.py:VERSION"}
3535

3636
[tool.black]
3737
line-length = 120

0 commit comments

Comments
 (0)