mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
MANIFEST.in: Ensure all assets are included during packaging
Fixes: #376
This commit is contained in:
parent
9ac970b715
commit
6bc92fef8c
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
include LICENSE
|
include LICENSE
|
||||||
include manifests/*
|
include manifests/*
|
||||||
recursive-include bootstrapvz assets/*
|
|
||||||
recursive-include bootstrapvz *.json
|
recursive-include bootstrapvz *.json
|
||||||
recursive-include bootstrapvz *.yml
|
recursive-include bootstrapvz *.yml
|
||||||
|
recursive-include bootstrapvz/common/assets *
|
||||||
|
recursive-include bootstrapvz/providers/*/assets *
|
||||||
|
recursive-include bootstrapvz/plugins/*/assets *
|
||||||
|
|
Loading…
Add table
Reference in a new issue