chrono/MANIFEST.in

14 lines
295 B
Plaintext
Raw Permalink Normal View History

2016-02-13 09:56:55 +01:00
# locales
recursive-include chrono/locale *.po *.mo
# static
2018-01-16 22:32:39 +01:00
recursive-include chrono/manager/static *.css *.scss *.js
2016-02-13 09:56:55 +01:00
# templates
recursive-include chrono/api/templates *.html
2016-12-22 11:22:11 +01:00
recursive-include chrono/manager/templates *.html *.csv
2016-02-13 09:56:55 +01:00
include COPYING README
include MANIFEST.in
include VERSION