Skip to content

Commit dbf1ff5

Browse files
committed
Fix dynamic version
1 parent fe856a5 commit dbf1ff5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ include = ["pymysql*"]
4949
exclude = ["tests*", "pymysql.tests*"]
5050

5151
[tool.setuptools.dynamic]
52-
version = {attr = "pymysql.VERSION"}
52+
version = {attr = "pymysql.VERSION_STRING"}
5353

5454
[tool.ruff]
5555
line-length = 99

0 commit comments

Comments
 (0)