From 37d318fcac2dbccee8b71c4b4160a6e7a0c10eb9 Mon Sep 17 00:00:00 2001 From: Andrei Matveyeu Date: Tue, 1 Oct 2024 15:47:41 +0200 Subject: [PATCH] minor fix --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 3761ad6..32197fa 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -72,4 +72,4 @@ norecursedirs = ["dist", "build", ".tox"] testpaths = ["tests"] [tool.setuptools_scm] -root = "../.." \ No newline at end of file +root = ".." \ No newline at end of file