RapidFuzz/MANIFEST.in

31 lines
1010 B
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-03-06 12:24:01 +00:00
include rapidfuzz/*.pyi
include rapidfuzz/**/*.pyi
include rapidfuzz/py.typed
2021-10-24 10:47:42 +00:00
2022-03-06 12:24:01 +00:00
recursive-include rapidfuzz CMakeLists.txt
recursive-include rapidfuzz *.hpp *.h *.cpp *.cxx *.pyx *.pxd
2022-06-09 11:37:27 +00:00
recursive-include tests *
include extern/rapidfuzz-cpp/LICENSE
include extern/rapidfuzz-cpp/CMakeLists.txt
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
include extern/taskflow/LICENSE
include extern/taskflow/CMakeLists.txt
include extern/taskflow/TaskflowConfig.cmake.in
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