Skip to content

Commit

Permalink
Package the license file
Browse files Browse the repository at this point in the history
Ensure the license file is packaged in `sdist`s, `whl`s, and other
package formats.
  • Loading branch information
jakirkham committed May 1, 2018
1 parent f5e4b08 commit f170a1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
include pigar/.db.sqlite3
include README.rst
include LICENSE
include makefile
include pigar/tests/fake_simple_html.txt
include pigar/tests/fake_top_level.txt
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[metadata]
license_file = LICENSE

[global]
verbose=0

Expand Down

0 comments on commit f170a1d

Please sign in to comment.