Create pyproject.md

This commit is contained in:
Shunsuke Shibayama 2024-08-18 13:46:08 +09:00
parent 745d62cf77
commit d9d074e088

10
docs/source/pyproject.md Normal file
View file

@ -0,0 +1,10 @@
# `pyproject.toml` options
## `tool.pylyzer.python.path`
Path to the Python interpreter to use. If not set, the default Python interpreter will be used.
```toml
[tool.pylyzer.python]
path = "path/to/python"
```