Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include license file in the generated wheel packages #1207

Closed
wants to merge 1 commit into from
Closed

Include license file in the generated wheel packages #1207

wants to merge 1 commit into from

Commits on Mar 4, 2018

  1. Include license file in the generated wheel packages

    The wheel package format supports including the license file. This is
    done using the [metadata] section in the setup.cfg file. For additional
    information on this feature, see:
    
    https://wheel.readthedocs.io/en/stable/index.html#including-the-license-in-the-generated-wheel-file
    
    Helps satisfy the project's license:
    
    > Redistributions in binary form must reproduce the above copyright
    > notice, this list of conditions and the following disclaimer in the
    > documentation and/or other materials provided with the distribution.
    jdufresne committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    c1c8393 View commit details
    Browse the repository at this point in the history