Giter Site home page Giter Site logo

Missing LICENSE in wheels about py2exe HOT 5 CLOSED

SeaHOH avatar SeaHOH commented on September 23, 2024
Missing LICENSE in wheels

from py2exe.

Comments (5)

SeaHOH avatar SeaHOH commented on September 23, 2024 1

Set License like this:

        license="MIT/X11 OR (MPL 2.0)",
        license_files=[
            "LICENSE.txt",
            "MIT-License.txt",
            "MPL2-License.txt",
        ],

l

from py2exe.

albertosottile avatar albertosottile commented on September 23, 2024

The licenses are correctly mentioned on PyPI https://pypi.org/project/py2exe/ but, it might be true that the actual .txt files are not embedded in wheels (and legally I guess they should, though IANAL...). I will patch the setup scripts to do so.

Regarding what GitHub detected, I am not sure how to fix that...

from py2exe.

albertosottile avatar albertosottile commented on September 23, 2024

@SeaHOH Actually, I double checked: the LICENSE.txt file is in the wheels in the dist info (Python only accepts one license file there), whereas the other txt licenses are in the py2exe package itself. Therefore, the wheels contain all the license text files, so I would close this issue.

from py2exe.

albertosottile avatar albertosottile commented on September 23, 2024

@SeaHOH I will implement this in the next major. Thanks.

from py2exe.

albertosottile avatar albertosottile commented on September 23, 2024

Fixed in 0.13.0.2

from py2exe.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.