MANIFEST.in: Ensure all assets are included during packaging

Fixes: #376
This commit is contained in:
Anders Ingemann 2017-05-29 23:28:47 +02:00
parent 9ac970b715
commit 6bc92fef8c
No known key found for this signature in database
GPG key ID: 49C87973A14931A9

View file

@ -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 *