Skip to content

Commit

Permalink
the proper way is to keep it in poetry.toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov-adi committed Oct 18, 2024
1 parent b054623 commit 6d28365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions {{cookiecutter.project_folder}}/poetry.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[virtualenvs]
in-project = true
3 changes: 0 additions & 3 deletions {{cookiecutter.project_folder}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ 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 6d28365

Please sign in to comment.