RapidFuzz/MANIFEST.in

29 lines
896 B
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
recursive-include src/cython *.cpp
recursive-include src/cython *.pyx
recursive-include src/cython *.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