10 lines
151 B
TOML
10 lines
151 B
TOML
[virtualenvs]
|
|
create = true
|
|
in-project = true
|
|
|
|
[virtualenvs.options]
|
|
always-copy = true
|
|
no-pip = true
|
|
no-setuptools = true
|
|
system-site-packages = true
|