RapidFuzz/MANIFEST.in

35 lines
1.1 KiB
Plaintext
Raw Normal View History

2022-02-11 19:50:52 +00:00
include MANIFEST.in
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
2022-02-11 19:50:52 +00:00
include src/rapidfuzz/*.pyi
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
2022-02-12 17:58:10 +00:00
recursive-include src/cython *.hpp *.h *.cpp *.cxx *.pyx *.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
2022-01-22 23:48:26 +00:00
recursive-include extern/rapidfuzz-cpp/rapidfuzz *.hpp *.impl
include extern/jarowinkler-cpp/LICENSE
include extern/jarowinkler-cpp/CMakeLists.txt
recursive-include extern/jarowinkler-cpp/jaro_winkler *.hpp
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
2022-01-22 23:48:26 +00:00
include extern/taskflow/TaskflowConfig.cmake.in
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