forked from rapidfuzz/RapidFuzz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
31 lines (27 loc) · 1.02 KB
/
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
31
include MANIFEST.in
include setup.py
include CMakeLists.txt
include README.md
include LICENSE
include pyproject.toml
include _custom_build/backend.py
include src/rapidfuzz/py.typed
recursive-include src/rapidfuzz *.pyi
recursive-include src/rapidfuzz CMakeLists.txt
recursive-include src/rapidfuzz *.hpp *.h *.cpp *.cxx *.pyx *.pxd
recursive-include tests *
include extern/rapidfuzz-cpp/LICENSE
include extern/rapidfuzz-cpp/CMakeLists.txt
recursive-include extern/rapidfuzz-cpp/rapidfuzz *.hpp *.impl
include extern/jarowinkler-cpp/LICENSE
include extern/jarowinkler-cpp/CMakeLists.txt
recursive-include extern/jarowinkler-cpp/jaro_winkler *.hpp
include extern/taskflow/LICENSE
include extern/taskflow/CMakeLists.txt
include extern/taskflow/TaskflowConfig.cmake.in
include extern/taskflow/taskflow/algorithm/*
include extern/taskflow/taskflow/core/*
include extern/taskflow/taskflow/nstd/variant.hpp
include extern/taskflow/taskflow/utility/*
include extern/taskflow/taskflow/declarations.hpp
include extern/taskflow/taskflow/taskflow.hpp