You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I have all of my repos in one folder and all other places that I use them are symbolically linked to that folder. I have a few such folders in PDM folders, like ./foo. However, when doing pdm add -e ./foo, I want the pyproject.toml to point to ./foo, not whatever folder ./foo is linked to.
Describe the solution you'd like
For PDM not to list the original location of a folder/file as the location in the pyproject.toml, pdm.lock, and .pth files.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I have all of my repos in one folder and all other places that I use them are symbolically linked to that folder. I have a few such folders in PDM folders, like
./foo
. However, when doingpdm add -e ./foo
, I want thepyproject.toml
to point to./foo
, not whatever folder./foo
is linked to.Describe the solution you'd like
For PDM not to list the original location of a folder/file as the location in the pyproject.toml, pdm.lock, and .pth files.
The text was updated successfully, but these errors were encountered: