WIP: better way to get python package metadata#21
WIP: better way to get python package metadata#21rotu wants to merge 3 commits intocolcon:masterfrom
Conversation
|
Interesting, I didn't know about
If this approach works it might be better to replace the Python identification in colcon_core and get rid of this package altogether. |
|
That package seems to work just fine for me. There are some gotchas:
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
🤐 indeed, sorry for the noise...
How about proceeding with this instead? Would you like to create a PR against |
I'm working on it right now. Closing this PR in preference. |
Instead of monkey-patching setup.py to harvest the args, use distutils.core.run_setup which returns the actual metadata, inclusive of cfg files.