Skip to content

Commit f5201ec

Browse files
committedOct 26, 2020
Exclude tests/docs from source tarball
1 parent 6f09bbe commit f5201ec

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎MANIFEST.in

+7
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,10 @@ global-include CMakeLists.txt *.cmake
33
recursive-include src *.py *.h *.cpp *.txt
44
recursive-include tests *.py *.cpp *.h *.txt *.fasta
55
recursive-include vendor *.txt *.h *.hh *.c *.cpp *.tcc *.hpp *.in *.rst *.sh
6+
prune .git/
7+
prune cmake-*
8+
prune build/
9+
prune vendor/*/tests
10+
prune .eggs/
11+
prune vendor/*/docs
12+

0 commit comments

Comments
 (0)
Please sign in to comment.