We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c798908 commit 8631db0Copy full SHA for 8631db0
pyproject.toml
@@ -80,7 +80,7 @@ doc = [
80
81
[tool.setuptools]
82
packages.find = {where = ["src"], include = ["radius_clustering", "radius_clustering.*"]}
83
-version = {attr = "radius_clustering.__version__"}
+dynamic.version = {attr = "radius_clustering.__version__"}
84
85
[tool.pytest.ini_options]
86
pythonpath = "src"
0 commit comments