combo/MANIFEST.in

21 lines
739 B
Plaintext
Raw Normal View History

# locales
2015-03-09 17:33:37 +01:00
recursive-include combo/locale *.po *.mo
# static
2015-11-10 18:02:26 +01:00
recursive-include combo/apps/dataviz/static *.css *.js *.ico *.gif *.png *.jpg
recursive-include combo/manager/static *.css *.js *.ico *.gif *.png *.jpg
recursive-include combo/public/static *.css *.js *.ico *.gif *.png *.jpg
recursive-include data/themes *.css *.js *.gif *.png *.jpg *.jpeg *.html
# templates
2015-11-10 17:59:03 +01:00
recursive-include combo/apps/dataviz/templates *.html
recursive-include combo/apps/momo/templates *.html
recursive-include combo/apps/wcs/templates *.html
2015-09-21 18:33:12 +02:00
recursive-include combo/apps/family/templates *.html
recursive-include combo/manager/templates *.html
recursive-include combo/public/templates *.html
include COPYING README
include MANIFEST.in
include VERSION