RapidFuzz/MANIFEST.in

31 lines
976 B
Plaintext
Raw Normal View History

2021-12-19 14:50:40 +00:00
include setup.py
include CMakeLists.txt
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
include src/rapidfuzz/py.typed
2021-10-24 10:47:42 +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
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