Skip to content

Commit af9284c

Browse files
committed
Fix missing files in MANIFEST.in
1 parent e383a9e commit af9284c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

MANIFEST.in

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ include AUTHORS
22
include README.rst
33
include LICENSE
44
recursive-include fluent_comments/locale *.po *.mo
5-
recursive-include fluent_comments/templates *.html
6-
recursive-include fluent_comments/static *
5+
recursive-include fluent_comments/templates *.html *.txt
6+
recursive-include fluent_comments/static *.css *.gif *.js
77
global-exclude .DS_Store
88
global-exclude Thumbs.db
9-
global-exclude Desktop.ini
10-
global-exclude *.swp
11-
global-exclude *~
12-
global-exclude *.bak

0 commit comments

Comments
 (0)