From fdad23dfa2122c2f6f6303a52580e41d9e210e6f Mon Sep 17 00:00:00 2001 From: Tatu Aalto <2665023+aaltat@users.noreply.github.com> Date: Wed, 9 Oct 2024 10:14:20 +0300 Subject: [PATCH] Update pyproject.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Keyword documentation doesn’t have version number and I think it’s caused because pointing to a wrong place in toml file. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7a3d83a..81da84c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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