RapidFuzz/MANIFEST.in

31 lines
976 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
include extern/rapidfuzz-cpp/CMakeLists.txt
recursive-include extern/rapidfuzz-cpp/rapidfuzz *.hpp *.inl
include extern/taskflow/LICENSE
include extern/taskflow/CMakeLists.txt
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