We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd34c8 commit 3de068eCopy full SHA for 3de068e
1 file changed
README.md
@@ -65,7 +65,7 @@ import pyrootutils
65
# combines find_root() and set_root() into one method
66
root = pyrootutils.setup_root(
67
search_from=__file__,
68
- indicator=".pyproject.toml"
+ indicator="pyproject.toml"
69
project_root_env_var=True,
70
dotenv=True,
71
pythonpath=True,
0 commit comments