Including shared libraries in wheels

Phil Thompson phil at riverbankcomputing.com
Tue Mar 7 12:10:54 GMT 2023


On 07/03/2023 12:07, Jean Abou Samra wrote:
> Le mardi 07 mars 2023 à 12:04 +0000, Phil Thompson a écrit :
>> > Thanks for replying. I saw this parameter, but the paths are
>> > relative to the project directory, while in my case, the libraries
>> > are somewhere in the Conda environment.
>> 
>> 
>> Hmm, there's no reason why it shouldn't support absolute patterns. 
>> Fixed
>> in the next snapshot.
> 
> Ok, thanks for doing that. Now, is there a way to pass those absolute
> paths on the command line or in the project.py file instead of
> hardcoding them into pyproject.toml?

Not on the command line but anything that can be specified in 
pyproject.toml can be set (or changed) in project.py. In this case 
'wheel_includes' is an attribute of the PyQtProject class.

Phil


More information about the PyQt mailing list