add virtualenvs.in-project true

This commit is contained in:
Kaz Saita(raspi4) 2024-03-29 17:01:57 +09:00
parent 8385f959e8
commit c87b88988e
2 changed files with 4 additions and 1 deletions

View file

@ -15,4 +15,5 @@ python project template for me.
Please refer to the note below for details [pythonプロジェクトの実行方法 作り方](https://notes.kinoshita-lab.org/20240329134609-python%E3%83%97%E3%83%AD%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%AE%E4%BD%9C%E3%82%8A%E6%96%B9) Please refer to the note below for details:
[pythonプロジェクトの実行方法 作り方](https://notes.kinoshita-lab.org/20240329134609-python%E3%83%97%E3%83%AD%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%AE%E4%BD%9C%E3%82%8A%E6%96%B9)

2
poetry.toml Normal file
View file

@ -0,0 +1,2 @@
[virtualenvs]
in-project = true