Skip to content

Commit

Permalink
Update pyproject.toml to create venv locally
Browse files Browse the repository at this point in the history
Feels it make more sense to keep local venv within a project by default verses in a home directory (we exclude assumption that the setting may be (was) changed globally)
  • Loading branch information
aromanov-adi authored Oct 18, 2024
1 parent fc02082 commit b054623
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions {{cookiecutter.project_folder}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ build-backend = "poetry.core.masonry.api"
testpaths = "tests"
python_files = 'tests/*.py'

[tool.poetry]
virtualenvs.in-project = true

# public pypi packgaes.
[[tool.poetry.source]]
name = "PyPI"
Expand Down

0 comments on commit b054623

Please sign in to comment.