Skip to content

Commit 5718d88

Browse files
authored
Merge pull request #8 from executablebooks/fix-manifest
🐛 FIX: Manifest recursive-include path
2 parents cacd9aa + 35e832f commit 5718d88

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
@@ -7,5 +7,5 @@ include LICENSE
77
include MANIFEST.in
88
include README.md
99

10-
recursive-include sphinx *.js
11-
recursive-include sphinx *.css
10+
recursive-include sphinx_exercise *.js
11+
recursive-include sphinx_exercise *.css

0 commit comments

Comments
 (0)