Skip to content

Commit

Permalink
Add missing LICENSE into sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanpm committed Jun 27, 2021
1 parent 1827b2d commit 7e4f949
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include README.md
include LICENSE
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def get_long_description():

setup(
name="pytest-filecov",
version="0.1.1",
version="0.1.2",
author="Rohan McGovern",
author_email="rohan@mcgovern.id.au",
url="https://github.com/rohanpm/pytest-filecov",
Expand Down

0 comments on commit 7e4f949

Please sign in to comment.