fargo/MANIFEST.in

13 lines
229 B
Plaintext

# locales
recursive-include fargo/locale *.po *.mo
# static
recursive-include fargo/static *.gif *.png *.css *.js
# templates
recursive-include fargo/templates *.html
include COPYING README
include MANIFEST.in
include VERSION