Skip to content

Commit ccc40c9

Browse files
committed
fix: restore inclusion of header files in sdist
Changes in theacodes#80 excluded the header files needed to build on target. Resolves theacodes#84 Signed-off-by: Mike Fiedler <[email protected]>
1 parent edebee5 commit ccc40c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
include tests/*.py
33

44
# Include all third_party and generated sources needed to build cmark.
5-
# Note: src/cmarkgfm/*.h files are automatically included via include-package-data
5+
include src/cmarkgfm/*.h
66
recursive-include third_party/cmark/src *.c *.h *.inc
77
recursive-include third_party/cmark/extensions *.c *.h *.inc
88
recursive-include generated *.h

0 commit comments

Comments
 (0)