Skip to content

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 9e0503a commit 4a23cfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
license_file = LICENSE.md

0 comments on commit 4a23cfd

Please sign in to comment.