Re: Using pyproject macros when setup.py isn't in root directory

2025-07-10 Thread Miro Hrončok via python-devel
On 10. 07. 25 2:45, Scott Talbert wrote: The one thing - %pyproject_save_files can't work in the case of building multiple wheels in the same package, right? Correct. As ow now, it has no API to say "save files from package X", so when multiple wheels are installed in %pyproject_install, we

Re: Using pyproject macros when setup.py isn't in root directory

2025-07-10 Thread Scott Talbert via python-devel
On Thu, 10 Jul 2025, Miro Hrončok wrote: On 10. 07. 25 2:45, Scott Talbert wrote: The one thing - %pyproject_save_files can't work in the case of building multiple wheels in the same package, right? Correct. As ow now, it has no API to say "save files from package X", so when multiple whee