combo/MANIFEST.in

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

43 lines
1.8 KiB
Plaintext
Raw Permalink Normal View History

# locales
recursive-include combo/locales/locale *.po *.mo
# static
recursive-include combo/apps/lingo/static *.css *.js *.ico *.gif *.png *.jpg
recursive-include combo/apps/dataviz/static *.css *.js *.ico *.gif *.png *.jpg *.scss
recursive-include combo/apps/dashboard/static *.js
recursive-include combo/apps/family/static *.css *.scss *.js
recursive-include combo/apps/gallery/static *.js
recursive-include combo/apps/maps/static *.css *.scss *.js
2019-01-03 15:29:31 +01:00
recursive-include combo/apps/pwa/static *.css *.scss *.js *.svg
recursive-include combo/apps/wcs/static *.js *.css
2022-02-24 14:35:08 +01:00
recursive-include combo/manager/static *.scss *.css *.js *.ico *.gif *.png *.jpg
recursive-include combo/public/static *.css *.js *.ico *.gif *.png *.jpg
# 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/dataviz/templates *.html *.svg
recursive-include combo/apps/family/templates *.html
recursive-include combo/apps/fargo/templates *.html
recursive-include combo/apps/gallery/templates *.html
recursive-include combo/apps/kb/templates *.html
recursive-include combo/apps/lingo/templates *.html
recursive-include combo/apps/maps/templates *.html
recursive-include combo/apps/newsletters/templates *.html
recursive-include combo/apps/notifications/templates *.html
2019-02-28 11:02:48 +01:00
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