Skip to content

Commit

Permalink
Package the license file (#125)
Browse files Browse the repository at this point in the history
* Package the license file

Make sure the license file is packaged in `sdist`s and `whl`s.

* Package HISTORY.rst as setup.py needs it

* Make universal Python 2/3 wheels
  • Loading branch information
jakirkham authored and lanpa committed Apr 21, 2018
1 parent 215ae6d commit 747f233
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include HISTORY.rst
include LICENSE
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[metadata]
license_file = LICENSE

[bdist_wheel]
universal = 1

0 comments on commit 747f233

Please sign in to comment.