Skip to content

Commit 61fb0e5

Browse files
committed
fix(monorepo): set project root so setuptools can get package version metadata
1 parent 0ca5517 commit 61fb0e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[tool.setuptools_scm]
2+
root = ".."
3+
14
[tool.black]
25
line-length = 88
36
target-version = ['py312']

0 commit comments

Comments
 (0)