combo/MANIFEST.in

17 lines
502 B
Plaintext

# locales
recursive-include combo/locale *.po *.mo
# static
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
recursive-include combo/apps/wcs/templates *.html
recursive-include combo/manager/templates *.html
recursive-include combo/public/templates *.html
include COPYING README
include MANIFEST.in
include VERSION