File: MANIFEST.in

package info (click to toggle)
cyvcf2 0.31.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,516 kB
  • sloc: python: 1,618; ansic: 240; makefile: 228; sh: 81
file content (18 lines) | stat: -rw-r--r-- 445 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include LICENSE
include *.md
include cyvcf2/*.pyx
include cyvcf2/*.pxd
include cyvcf2/*.[ch]

# exclude tests from pypi because no data file
prune cyvcf2/tests

# htslib
include htslib/LICENSE htslib/README
recursive-include htslib *.[ch]
exclude htslib/*config*.h

include htslib/configure.ac htslib/m4/*.m4 htslib/*.in
include htslib/configure htslib/version.sh
include htslib/Makefile htslib/*.mk
exclude htslib/config.mk htslib/htscodecs.mk