Skip to content

Commit

Permalink
setuptools_scm root dir option
Browse files Browse the repository at this point in the history
  • Loading branch information
andmat900 committed Oct 1, 2024
1 parent e048b68 commit 87a7ceb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "../.."

0 comments on commit 87a7ceb

Please sign in to comment.