future-oxygen-10553
10/14/2022, 7:28 PMsetup.py
file from the python_distribution
target? I tried --keep-sandboxes=always
but nothing I saw had the setup.py
in it. I’m just experimenting with some changes and it’d be easier to inspect the file than rebuild and reinstallcurved-television-6568
10/14/2022, 7:30 PM./pants package <dist target>
then unzip the wheel from the dist folder for inspection..future-oxygen-10553
10/14/2022, 7:32 PMpyproject.toml
file, instead of the setup.py
, so I’d like to be able to see the generated file as I work through some changes in pants itself. That way I can get to understand what pants is doing by making sure I understand the changes 🙂find /private/var/folders/zj/p64fbz8d6nd6st_w625_cf7r0000gq/T -iname 'setup.py'
😄find /private/var -regex '.*pants-sandbox.*setup\.py' 2>/dev/null || true
happy-kitchen-89482
10/14/2022, 9:19 PM--keep-sandboxes=always
should workfuture-oxygen-10553
10/15/2022, 11:58 PMfind
incantation did … find… the file. I didn’t see that path in the output, but I’ll check again on Monday 🙂Run setuptools.build_meta for <target>