31 lines
875 B
Plaintext
31 lines
875 B
Plaintext
include setup.py
|
|
include CMakeLists.txt
|
|
include README.md
|
|
include VERSION
|
|
include LICENSE
|
|
include pyproject.toml
|
|
include src/CMakeLists.txt
|
|
include src/rapidfuzz/**/*.pyi
|
|
include src/rapidfuzz/py.typed
|
|
recursive-include src *.hpp
|
|
recursive-include src *.pyx
|
|
recursive-include src *.pxd
|
|
|
|
include capi/*.h
|
|
include capi/*.pxd
|
|
|
|
include extern/rapidfuzz-cpp/LICENSE
|
|
recursive-include extern/rapidfuzz-cpp/rapidfuzz *.hpp *.h *cpp
|
|
|
|
include extern/taskflow/LICENSE
|
|
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
|