Skip to content

Commit

Permalink
MANIFEST.in: Ensure all assets are included during packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
andsens committed May 29, 2017
1 parent 9ac970b commit 6bc92fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
include LICENSE
include manifests/*
recursive-include bootstrapvz assets/*
recursive-include bootstrapvz *.json
recursive-include bootstrapvz *.yml
recursive-include bootstrapvz/common/assets *
recursive-include bootstrapvz/providers/*/assets *
recursive-include bootstrapvz/plugins/*/assets *

0 comments on commit 6bc92fe

Please sign in to comment.