Skip to content

Commit

Permalink
Actually include LICENSE in sdist
Browse files Browse the repository at this point in the history
Turns out asottile#90 only adds LICENSE to the wheel.
This ensures that LICENSE and README.md are also
in the sdist.
  • Loading branch information
sloria committed Jan 31, 2019
1 parent 18c6251 commit 2a4a724
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include *.md LICENSE
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
universal = True

[metadata]
license_file = LICENSE
license_files = LICENSE

0 comments on commit 2a4a724

Please sign in to comment.