-
Notifications
You must be signed in to change notification settings - Fork 41
/
MANIFEST.in
30 lines (30 loc) · 912 Bytes
/
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
25
26
27
28
29
30
include *.txt
include LICENSE
recursive-include bench *.cpp
recursive-include bench *.txt
recursive-include cmake *.cmake
recursive-include examples *.cpp
recursive-include examples *.py
recursive-include examples *.txt
recursive-include include *.hpp
recursive-include scripts *.py
recursive-include scripts *.sh
recursive-include src *.cmake
recursive-include src *.cpp
recursive-include src *.hpp
recursive-include src *.in
recursive-include src *.md
recursive-include src *.py
recursive-include src *.txt
recursive-include tests *.cpp
recursive-include tests *.py
recursive-include tests *.txt
recursive-include thirdparty *.cmake
recursive-include thirdparty *.cpp
recursive-include thirdparty *.hpp
recursive-include thirdparty *.h
recursive-include thirdparty *LICENSE
recursive-include thirdparty *.in
recursive-include thirdparty *.md
recursive-include thirdparty *.py
recursive-include thirdparty *.txt