deltachat-rpc-client: configure setuptools_scm

This makes `python -m build` produce wheels with a version
other than 0.0.0.
This commit is contained in:
link2xt
2023-03-25 18:59:49 +00:00
parent c84155cbd4
commit 0dfec83b0f

View File

@@ -21,6 +21,9 @@ deltachat_rpc_client = [
[project.entry-points.pytest11]
"deltachat_rpc_client.pytestplugin" = "deltachat_rpc_client.pytestplugin"
[tool.setuptools_scm]
root = ".."
[tool.black]
line-length = 120