hobo/MANIFEST.in

22 lines
869 B
Plaintext
Raw Normal View History

2015-06-02 22:43:23 +02:00
recursive-include hobo/static *.css *.png *.js
2014-04-27 18:30:22 +02:00
recursive-include hobo/templates *.html *.txt
recursive-include hobo/franceconnect/templates *.html *.txt
2015-06-02 17:33:06 +02:00
recursive-include hobo/profile/templates *.html *.txt
recursive-include hobo/theme/templates *.html *.txt
2014-04-27 18:30:22 +02:00
recursive-include hobo/environment/templates *.html *.txt
recursive-include hobo/emails/templates *.html *.txt
recursive-include hobo/matomo/templates *.html
recursive-include hobo/locale *.po *.mo
2015-03-09 14:05:03 +01:00
recursive-include hobo/environment/locale *.po *.mo
recursive-include hobo/agent/authentic2/locale *.po *.mo
recursive-include tests *.py *.json
recursive-include hobo/contrib/ozwillo/scripts *.py
recursive-include hobo/contrib/ozwillo/examples *.json
include hobo/contrib/ozwillo/README.rst
include hobo/multitenant/README
include MANIFEST.in
include COPYING
include README
include VERSION
2015-07-23 19:00:39 +02:00
include requirements