forked from dib-lab/khmer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
MANIFEST.in
24 lines (23 loc) · 1.07 KB
/
MANIFEST.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
include ChangeLog ez_setup.py IDEAS Makefile README.md setup.cfg
include versioneer.py MANIFEST.in CITATION CONTRIBUTING.md Doxyfile.in
include LICENSE TODO .ycm_extra_conf.py
recursive-include include *.hh [Mm]akefile* get_version.py
recursive-include khmer/_oxli *.pxd *.cpp
include LICENSE TODO .ycm_extra_conf.py authors.csv
recursive-include lib *.hh *.cc [Mm]akefile* get_version.py
recursive-include khmer *.hh *.cc *.cpp
recursive-include khmer/_oxli *.pxd
recursive-include khmer *.hh
recursive-include khmer/_oxli *.pxd *.cpp
recursive-include third-party *.cc *.1 *.xsl README* sample* words* *.sh *.c
recursive-include third-party manual* [Mm]akefile* *.pl *.dsp CHANGES *.txt *.h
recursive-include third-party ChangeLog FAQ INDEX configure *.xsl
recursive-include third-party/bzip2 bzip.css entities.xml libbz2.def LICENSE
include third-party/zlib/zconf.h.in third-party/zlib/zlib.pc.in
exclude third-party/zlib/Makefile third-party/zlib/zconf.h
recursive-include scripts README.txt
graft tests
include scripts/oxli
global-exclude *.orig
global-exclude *.pyc
include khmer/_version.py