You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Krisztian Szucs (JIRA)" <ji...@apache.org> on 2019/07/15 10:06:00 UTC

[jira] [Commented] (ARROW-5934) [Python] Bundle arrow's LICENSE with the wheels

    [ https://issues.apache.org/jira/browse/ARROW-5934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16885032#comment-16885032 ] 

Krisztian Szucs commented on ARROW-5934:
----------------------------------------

We should bundle both the top level LICENSE.txt and the one under pyarrow:
- https://github.com/apache/arrow/blob/master/LICENSE.txt
- https://github.com/apache/arrow/blob/master/python/LICENSE.txt

Although wheel supports adding multiple license files, they have the same name so in order to properly bundle both we either need to rename those or concatenate into a single file.


> [Python] Bundle arrow's LICENSE with the wheels
> -----------------------------------------------
>
>                 Key: ARROW-5934
>                 URL: https://issues.apache.org/jira/browse/ARROW-5934
>             Project: Apache Arrow
>          Issue Type: Task
>          Components: Python
>            Reporter: Krisztian Szucs
>            Priority: Major
>             Fix For: 1.0.0, 0.14.1
>
>
> Guide to bundle LICENSE files with the wheels: https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file
> We also need to ensure, that all thirdparty dependencies' license are attached to it, especially because we're statically linking multiple 3rdparty dependencies, and for example uriparser is missing from the LICENSE file.
> cc [~wesmckinn]



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)