Skip to content

Commit 8631db0

Browse files
committed
fix pyproject typo
1 parent c798908 commit 8631db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ doc = [
8080

8181
[tool.setuptools]
8282
packages.find = {where = ["src"], include = ["radius_clustering", "radius_clustering.*"]}
83-
version = {attr = "radius_clustering.__version__"}
83+
dynamic.version = {attr = "radius_clustering.__version__"}
8484

8585
[tool.pytest.ini_options]
8686
pythonpath = "src"

0 commit comments

Comments
 (0)