pdm add relative path resolves in absolute paths in dependency #3212
Answered
by
frostming
jasonmellone
asked this question in
Q&A
-
I am following the example in the docs using:
But when I then look in my pyproject.toml, I see:
But, based on the docs, I'd expect to see (something like - or at least I've convinced myself I should see):
|
Beta Was this translation helpful? Give feedback.
Answered by
frostming
Oct 17, 2024
Replies: 2 comments 2 replies
-
What build backend are you using? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, I mean the
[build-system]
table inpyproject.toml
Only
pdm.backend
supports converting relative path to${PROJECT_ROOT}
url