33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
include setup.py
|
|
include CMakeLists.txt
|
|
include README.md
|
|
include LICENSE
|
|
include pyproject.toml
|
|
include src/rapidfuzz/**/*.pyi
|
|
include src/rapidfuzz/py.typed
|
|
|
|
recursive-include src/cython CMakeLists.txt
|
|
recursive-include src/cython *.hpp *.h *.cpp *.pyx *.pxd
|
|
|
|
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
|
|
|
|
include extern/optional-lite/LICENSE.txt
|
|
include extern/optional-lite/CMakeLists.txt
|
|
include extern/optional-lite/include/nonstd/optional.hpp
|