Skip to content

Commit dbf1ff5

Browse files
committed
Fix dynamic version
1 parent fe856a5 commit dbf1ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
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)