Skip to content

Commit

Permalink
include LICENSE file in distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
djsutherland committed Oct 10, 2018
1 parent 46d0f2d commit bc5ee0a
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,6 +1,7 @@
exclude .gitignore
exclude .coverage
exclude .travis.yml
include LICENSE
include README.rst
include setup.cfg
prune .cache
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ universal=1
[tool:pytest]
addopts = --cov=pip_upgrader --cov-report=term-missing -s --pep8
pep8maxlinelength = 120

[metadata]
license-file = LICENSE

0 comments on commit bc5ee0a

Please sign in to comment.