We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 877bd83 commit 485370eCopy full SHA for 485370e
1 file changed
find-project-root/docs/README.md
@@ -68,7 +68,7 @@ root = find_project_root(markers=['.git', 'pyproject.toml', 'requirements.txt'])
68
69
Combine options:
70
```py
71
-root = find_project_root(path='src', max_depth=5, markers=['.git'])
+root = find_project_root(path='src', max_depth=5, markers=['manifest.json'])
72
```
73
74
## MIT License
0 commit comments