Skip to content

Commit 23ae7c7

Browse files
committed
build: drop write_to (fix PyPI build failure)
1 parent d811401 commit 23ae7c7

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
@@ -151,4 +151,4 @@ exclude_lines = [
151151
]
152152

153153
[tool.setuptools_scm]
154-
write_to = "reghelp_client/_version.py"
154+
# version is resolved by importlib.metadata at runtime; no file generation

0 commit comments

Comments
 (0)