combo/MANIFEST.in

42 lines
1.8 KiB
Plaintext

# locales
recursive-include combo/locale *.po *.mo
# static
recursive-include combo/apps/usersearch/static *.css *.js *.ico *.gif *.png *.jpg
recursive-include combo/apps/lingo/static *.css *.js *.ico *.gif *.png *.jpg
recursive-include combo/apps/dataviz/static *.css *.js *.ico *.gif *.png *.jpg
recursive-include combo/apps/dashboard/static *.js
recursive-include combo/apps/maps/static *.css *.scss *.js
recursive-include combo/apps/pwa/static *.css *.scss *.js *.svg
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 *.scss *.css *.js *.gif *.png *.jpg *.jpeg *.html
# templates
recursive-include combo/data/templates *.html *.txt
recursive-include combo/apps/assets/templates *.html
recursive-include combo/apps/calendar/templates *.html
recursive-include combo/apps/dashboard/templates *.html
recursive-include combo/apps/search/templates *.html
recursive-include combo/apps/usersearch/templates *.html
recursive-include combo/apps/dataviz/templates *.html
recursive-include combo/apps/family/templates *.html
recursive-include combo/apps/fargo/templates *.html
recursive-include combo/apps/lingo/templates *.html
recursive-include combo/apps/maps/templates *.html
recursive-include combo/apps/momo/templates *.html
recursive-include combo/apps/newsletters/templates *.html
recursive-include combo/apps/notifications/templates *.html
recursive-include combo/apps/pwa/templates *.html *.js *.json
recursive-include combo/apps/wcs/templates *.html
recursive-include combo/manager/templates *.html
recursive-include combo/public/templates *.html
recursive-include combo/profile/templates *.html
recursive-include tests *.py
recursive-include tests/data *.jpeg
include COPYING README
include MANIFEST.in
include VERSION