summaryrefslogtreecommitdiff
path: root/doc/ale-python.txt
diff options
context:
space:
mode:
authorHoracio Sanson <hsanson@gmail.com>2021-01-13 22:07:02 +0900
committerGitHub <noreply@github.com>2021-01-13 22:07:02 +0900
commitaabca5b0ac01cdda0768c84b3dc045b85cb71a6c (patch)
tree9551b097b6b8a2d03b53bef47905f99e3f5cfe4e /doc/ale-python.txt
parent012348582c72716c8712e65d2c8456b1c3c2b42c (diff)
parentf125c11faa778f30fcd775b4104a2271dccf6b6c (diff)
downloadale-aabca5b0ac01cdda0768c84b3dc045b85cb71a6c.zip
Merge pull request #3398 from ecly/update-python-find-root
Update `ale#python#FindProjectRootIni` with poetry.lock and pyproject.toml
Diffstat (limited to 'doc/ale-python.txt')
-rw-r--r--doc/ale-python.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ale-python.txt b/doc/ale-python.txt
index 504705f2..1f263e84 100644
--- a/doc/ale-python.txt
+++ b/doc/ale-python.txt
@@ -36,6 +36,8 @@ ALE will look for configuration files with the following filenames. >
.pylintrc
Pipfile
Pipfile.lock
+ poetry.lock
+ pyproject.toml
<
The first directory containing any of the files named above will be used.