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
The AST parsing approach might be not robust enough and have lots of corner cases to deal with. The only reliable way to get project metadata from a setup.py is to run a setup.py egg_info command.
Is your feature request related to a problem? Please describe.
As of
v1.14.1
this is not implemented.Describe the solution you'd like
There is a library that implements similar functionality already . pdm can vendor this or use similar approach or can make this a plugin .
The text was updated successfully, but these errors were encountered: