Projet

Général

Profil

0001-misc-add-missing-templates-statics-in-MANIFEST-file-.patch

Lauréline Guérin, 01 juillet 2022 09:25

Télécharger (851 octets)

Voir les différences:

Subject: [PATCH] misc: add missing templates & statics in MANIFEST file
 (#66848)

 MANIFEST.in | 3 +++
 1 file changed, 3 insertions(+)
MANIFEST.in
3 3

  
4 4
# static
5 5
recursive-include lingo/static *.gif *.png *.css *.js
6
recursive-include lingo/manager/static *.scss *.css *.js *.ico *.gif *.png *.jpg
6 7

  
7 8
# templates
8 9
recursive-include lingo/templates *.html
10
recursive-include lingo/manager/templates *.html
11
recursive-include lingo/pricing/templates *.html
9 12

  
10 13
include COPYING README
11 14
include MANIFEST.in
12
-