Skip to content

Commit 0b9ce0c

Browse files
committed
Fix zostera#268: 'warning: no files found matching X under directory Y
1 parent 076c473 commit 0b9ce0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MANIFEST.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ include CONTRIBUTING.rst
33
include HISTORY.rst
44
include LICENSE
55
include README.rst
6-
recursive-include bootstrap3 *.html *.png *.gif *js *jpg *jpeg *svg *py
7-
recursive-include demo *.html *.png *.gif *js *jpg *jpeg *svg *py
6+
recursive-include bootstrap3 *
7+
recursive-include demo *

0 commit comments

Comments
 (0)