poetry: add poetry.toml, configure to install in a virtualenv
Its cleaner to keep the virtualenv in the project directory, and poetry makes it easy to do that via this config.
This commit is contained in:
parent
99c016c9b3
commit
7e03fdd766
1 changed files with 3 additions and 0 deletions
3
poetry.toml
Normal file
3
poetry.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
[virtualenvs]
|
||||
in-project = true
|
||||
prefer-active-python = true
|
Loading…
Reference in a new issue