-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMANIFEST.in
More file actions
29 lines (24 loc) · 1.05 KB
/
Copy pathMANIFEST.in
File metadata and controls
29 lines (24 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Always include top-level docs/config #
include README.md
# Keep the pytest rules #
include crest4/tests/pytest.ini
# Include all FASTA files anywhere #
global-include *.fasta
# Keep specific test assets #
include crest4/tests/precomputed_hits/precomputed.hits
include crest4/tests/with_otu_table/otu_table_bad.tsv
include crest4/tests/with_otu_table/otu_table_good.tsv
include crest4/tests/custom_database/custom/custom.fasta
include crest4/tests/custom_database/custom/custom.map
include crest4/tests/custom_database/custom/custom.names
include crest4/tests/custom_database/custom/custom.tre
include crest4/tests/custom_database/other_database/custom.fasta
include crest4/tests/custom_database/other_database/custom.map
include crest4/tests/custom_database/other_database/custom.names
include crest4/tests/custom_database/other_database/custom.tre
# Exclude bulky test datasets from the distribution #
exclude crest4/tests/gio_hundred_seqs/*
exclude crest4/tests/hmp_mock_dataset/*
exclude crest4/tests/long_otus_confident/*
# Clean up caches #
prune .pytest_cache