2021-12-19 14:50:40 +00:00
|
|
|
include setup.py
|
|
|
|
include CMakeLists.txt
|
2020-03-18 20:34:32 +00:00
|
|
|
include README.md
|
2020-03-23 12:10:37 +00:00
|
|
|
include LICENSE
|
2021-03-06 21:52:18 +00:00
|
|
|
include pyproject.toml
|
2021-12-19 14:50:40 +00:00
|
|
|
include src/rapidfuzz/**/*.pyi
|
2021-09-15 09:00:34 +00:00
|
|
|
include src/rapidfuzz/py.typed
|
2021-10-24 10:47:42 +00:00
|
|
|
|
2022-01-06 23:38:28 +00:00
|
|
|
recursive-include src/cython CMakeLists.txt
|
|
|
|
recursive-include src/cython *.hpp
|
2022-01-17 15:53:11 +00:00
|
|
|
recursive-include src/cython *.cpp
|
2022-01-06 23:38:28 +00:00
|
|
|
recursive-include src/cython *.pyx
|
|
|
|
recursive-include src/cython *.pxd
|
2021-09-26 14:36:05 +00:00
|
|
|
|
2021-11-07 03:54:12 +00:00
|
|
|
include extern/rapidfuzz-cpp/LICENSE
|
2022-01-20 04:04:58 +00:00
|
|
|
include extern/rapidfuzz-cpp/CMakeLists.txt
|
|
|
|
recursive-include extern/rapidfuzz-cpp/rapidfuzz *.hpp *.inl
|
2021-09-26 14:36:05 +00:00
|
|
|
|
2021-11-07 03:54:12 +00:00
|
|
|
include extern/taskflow/LICENSE
|
2022-01-20 04:04:58 +00:00
|
|
|
include extern/taskflow/CMakeLists.txt
|
2021-11-07 03:54:12 +00:00
|
|
|
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
|
2021-12-30 08:52:57 +00:00
|
|
|
|
|
|
|
include extern/optional-lite/LICENSE.txt
|
|
|
|
include extern/optional-lite/CMakeLists.txt
|
|
|
|
include extern/optional-lite/include/nonstd/optional.hpp
|