diff --git a/python/pyproject.toml b/python/pyproject.toml index dcea58c..3761ad6 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -70,3 +70,6 @@ exclude = [".tox", "build", "dist", ".eggs", "docs/conf.py"] addopts = "--cov etos_api --cov-report term-missing --verbose" norecursedirs = ["dist", "build", ".tox"] testpaths = ["tests"] + +[tool.setuptools_scm] +root = "../.." \ No newline at end of file