File: MANIFEST.in

package info (click to toggle)
python-cmarkgfm 2025.10.22-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,256 kB
  • sloc: ansic: 10,277; python: 225; sh: 30; makefile: 10
file content (11 lines) | stat: -rw-r--r-- 352 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# Include tests
include tests/*.py

# Include all third_party and generated sources needed to build cmark.
include src/cmarkgfm/*.h
recursive-include third_party/cmark/src *.c *.h *.inc
recursive-include third_party/cmark/extensions *.c *.h *.inc
recursive-include generated *.h

# Include cmark licensing information
include third_party/cmark/COPYING