Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Include LICENSE file in wheels
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
toddrme2178 authored Jun 8, 2018
1 parent 2c061a4 commit 6abdbc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[bdist_wheel]
universal=1

[metadata]
license_file = COPYING.md

[nosetests]
warningfilters=module |.* |DeprecationWarning |notebook.*
default |.* | Warning | notebook.*
Expand Down

0 comments on commit 6abdbc1

Please sign in to comment.