forked from dib-lab/khmer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
16 lines (15 loc) · 820 Bytes
/
MANIFEST.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include ChangeLog ez_setup.py IDEAS Makefile README.rst setup.cfg
include versioneer.py MANIFEST.in CITATION CONTRIBUTING.md Doxyfile.in
include LICENSE TODO .ycm_extra_conf.py
recursive-include lib *.hh *.cc [Mm]akefile* get_version.py
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 filter-abund.xml normalize-by-median.xml README.txt
graft tests
global-exclude *.orig
global-exclude *.pyc
include khmer/_version.py