pdm-project / pdm-venv

A plugin for pdm that enables virtualenv management
https://pdm-project.github.io/pdm-venv
MIT License
24 stars 4 forks source link

pyproject.toml [tool.pdm.venv] is ignored? #42

Closed mgzenitech closed 2 years ago

mgzenitech commented 2 years ago

Describe the bug Basically I have added section to pyproject.toml file (not .pdm.toml):

[tool.pdm.venv]
in_project = true

To Reproduce Steps to reproduce the behavior:

pdm install

Expected behavior venv is created in project directory.

frostming commented 2 years ago

That is configuration(.pdm.toml or ~/.pdm/config.toml), not project metadata(pyproject.toml)