forked from nmslib/nmslib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.in
More file actions
19 lines (17 loc) · 716 Bytes
/
MANIFEST.in
File metadata and controls
19 lines (17 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include nmslib.cc
include tests/*.py
recursive-include nmslib/similarity_search *.cc *.h
include README.md
include requirements.txt
include LICENSE
include tox.ini
global-exclude nmslib/similarity_search/src/method/lsh.cc
global-exclude nmslib/similarity_search/src/method/lsh_multiprobe.cc
global-exclude nmslib/similarity_search/src/method/lsh_space.cc
global-exclude nmslib/similarity_search/src/method/falconn.cc
global-exclude nmslib/similarity_search/src/method/nndes.cc
global-exclude nmslib/similarity_search/src/space/space_sqfd.cc
global-exclude nmslib/similarity_search/src/main.cc
prune nmslib/similarity_search/include/falconn
prune nmslib/similarity_search/test
prune nmslib/similarity_search/lshkit