File: MANIFEST.in

package info (click to toggle)
python-cutadapt 1.12-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 2,112 kB
  • sloc: python: 4,297; makefile: 166
file content (19 lines) | stat: -rw-r--r-- 406 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# documentation
include README.rst
include CHANGES.rst
include CITATION
include LICENSE
include doc/*.rst
include doc/conf.py
include doc/Makefile
include cutadapt/*.pyx
include cutadapt/_align.c
include cutadapt/_qualtrim.c
include cutadapt/_seqio.c
include bin/_preamble.py
include tests/test*.py
include tests/utils.py
graft tests/data
graft tests/cut
include versioneer.py
include cutadapt/_version.py