This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sylvain.corlay
Recipients dstufft, eric.araujo, sylvain.corlay
Date 2016-05-25.14:24:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464186275.75.0.908359845764.issue27123@psf.upfronthosting.co.za>
In-reply-to
Content
(instead of making a flat copy of the specified list of headers)

Unlike wheel's `data_files`, which allows to specify data files as a list of tuples

`[(target_directory, [list of files for target directory])]` 

the `headers` setup keyword argument only let's you specify a list of files that will be copied over to a sub-directory of `sysconfig.get_path('include')`.

It would be useful to enable the same feature for headers as we have for data files.
History
Date User Action Args
2016-05-25 14:24:35sylvain.corlaysetrecipients: + sylvain.corlay, eric.araujo, dstufft
2016-05-25 14:24:35sylvain.corlaysetmessageid: <1464186275.75.0.908359845764.issue27123@psf.upfronthosting.co.za>
2016-05-25 14:24:35sylvain.corlaylinkissue27123 messages
2016-05-25 14:24:35sylvain.corlaycreate