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 wheels #48

Merged
merged 1 commit into from
Jun 12, 2018
Merged

Include LICENSE file in wheels #48

merged 1 commit into from
Jun 12, 2018

Conversation

toddrme2178
Copy link
Contributor

The license requires that all copies of the software include the license. This makes sure the license is included in the wheels. See the wheel documentation here for more information.

The license requires that all copies of the software include the license.  This makes sure the license is included in the wheels.  See the wheel documentation [here](https://wheel.readthedocs.io/en/stable/#including-the-license-in-the-generated-wheel-file) for more information.
@codecov-io
Copy link

codecov-io commented Jun 10, 2018

Codecov Report

Merging #48 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #48   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines         177    177           
  Branches       50     50           
=====================================
  Hits          177    177

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 60f4da3...408223a. Read the comment docs.

@tacaswell
Copy link
Member

Yikes, thanks for catching this! It is best we follow our own license....

@tacaswell tacaswell merged commit ffa3377 into matplotlib:master Jun 12, 2018
@toddrme2178 toddrme2178 deleted the patch-1 branch June 15, 2018 04:10
@QuLogic QuLogic added this to the v1.0 milestone Oct 25, 2021
QuLogic added a commit to QuLogic/cycler that referenced this pull request Oct 29, 2021
This is the first Cycler feature release in some years. New features
include:

* Added `Cycler.by_key`, which produces values by key (matplotlib#26)
* Added `Cycler.__contains__`, which adds support for `in` checks (matplotlib#34)
* Wheels now includes the LICENSE file (matplotlib#48)
* The sdist now includes the LICENSE (matplotlib#58) and tests (matplotlib#32)
* Cycler no longer supports Python 2. Supported versions of Python are
  3.6 and above.
QuLogic added a commit to QuLogic/cycler that referenced this pull request Oct 29, 2021
This is the first Cycler feature release in some years. New features
include:

* Added `Cycler.by_key`, which produces values by key (matplotlib#26)
* Added `Cycler.__contains__`, which adds support for `in` checks (matplotlib#34)
* Wheels now includes the LICENSE file (matplotlib#48)
* The sdist now includes the LICENSE (matplotlib#58) and tests (matplotlib#32)
* Cycler no longer supports Python 2. Supported versions of Python are
  3.6 and above.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants