Skip to content

Commit

Permalink
fix(manifest): include changelog in distribution (#308)
Browse files Browse the repository at this point in the history
currently manifest.in does not include changelog.md, which causes pip
install to fail
  • Loading branch information
Thunderbottom authored and jpoehnelt committed Aug 28, 2019
1 parent 20da29d commit 5c4440c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include LICENSE README.md
include CHANGELOG.md LICENSE README.md
recursive-include googlemaps/test *.py
global-exclude __pycache__
global-exclude *.py[co]

0 comments on commit 5c4440c

Please sign in to comment.