lingo/MANIFEST.in

16 lines
457 B
Plaintext

# locales
recursive-include lingo/locale *.po *.mo
# static
recursive-include lingo/static *.scss *.css *.js *.ico *.gif *.png *.jpg *.svg
recursive-include lingo/manager/static *.scss *.css *.js *.ico *.gif *.png *.jpg *.svg
# templates
recursive-include lingo/templates *.html *.txt
recursive-include lingo/manager/templates *.html *.txt
recursive-include lingo/pricing/templates *.html *.txt
include COPYING README
include MANIFEST.in
include VERSION