Skip to content

Commit 4ce0bb1

Browse files
Merge pull request #240 from cgohlke/patch-1
Fix build error: blosc/c-blosc/README.md could not be found
2 parents 47d6184 + cf272d7 commit 4ce0bb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ include *.txt *.rst
33
include setup.py cpuinfo.py VERSION
44
include pyproject.toml
55

6-
recursive-include blosc *.py *.c *.h *.txt *.in
6+
recursive-include blosc *.py *.c *.h *.txt *.in *.md
77
recursive-include LICENSES *

0 commit comments

Comments
 (0)