-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathMANIFEST.in
More file actions
21 lines (21 loc) · 794 Bytes
/
MANIFEST.in
File metadata and controls
21 lines (21 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# include meta data
include README.md
include LICENSE
include CLA
include Dockerfile
include Dockerfile_test
# include documentation and files needed by documentation
recursive-include docs/source *.py *.rst *.txt
include docs/changelog.sh docs/Makefile docs/pack_testupload.sh docs/testdownload_install.sh
include requirements-rtd.txt
# include tests and files needed by tests
include .pylintrc tox.ini
recursive-include iCount/tests *.py
include iCount/tests/functional/*.txt
recursive-exclude docs presentations
recursive-exclude docs/presentations *
recursive-exclude docs/presentations/images *
recursive-include iCount/examples *
recursive-include iCount/examples/data *.txt *.fq.gz *.tsv *.png
recursive-include iCount/snakemake *.smk *.md
recursive-include iCount/snakemake/envs *.yaml