Skip to content

Commit 7e03fdd

Browse files
committed
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.
1 parent 99c016c commit 7e03fdd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

poetry.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[virtualenvs]
2+
in-project = true
3+
prefer-active-python = true

0 commit comments

Comments
 (0)