Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Keyword documentation doesn’t have version number and I think it’s caused because pointing to a wrong place in toml file.
  • Loading branch information
aaltat authored Oct 9, 2024
1 parent a22d205 commit fdad23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dynamic = ["version"]
"Keyword docs" = "http://marketsquare.github.io/Robotframework-Database-Library/"

[tool.setuptools.dynamic]
version = {attr = "DatabaseLibrary.__version__"}
version = {attr = "DatabaseLibrary/version.py:VERSION"}

[tool.black]
line-length = 120
Expand Down

0 comments on commit fdad23d

Please sign in to comment.