diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-06-28 11:52:51 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-06-28 11:52:51 +0200 |
| commit | c063e73d1f4b003c861436376c0903fe358cd666 (patch) | |
| tree | 3cff9b62d56d26a5a8b71e3fbd64809b2c34c785 /.config/pypoetry/config.toml | |
| parent | 0ef92c445b389a21471f2666a2cf2dd8c600dadf (diff) | |
| download | dotfiles-c063e73d1f4b003c861436376c0903fe358cd666.tar.gz dotfiles-c063e73d1f4b003c861436376c0903fe358cd666.zip | |
Add python's poetry config
Diffstat (limited to '.config/pypoetry/config.toml')
| -rw-r--r-- | .config/pypoetry/config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/pypoetry/config.toml b/.config/pypoetry/config.toml new file mode 100644 index 0000000..53b35d3 --- /dev/null +++ b/.config/pypoetry/config.toml @@ -0,0 +1,3 @@ +[virtualenvs] +create = true +in-project = true |
