RapidFuzz/MANIFEST.in

30 lines
956 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-07-17 22:03:37 +00:00
include _custom_build/backend.py
include src/rapidfuzz/py.typed
recursive-include src/rapidfuzz *.pyi
2021-10-24 10:47:42 +00:00
recursive-include src/rapidfuzz CMakeLists.txt
2022-10-01 13:58:37 +00:00
recursive-include cmake *
recursive-include src/rapidfuzz *.hpp *.h *.cpp *.cxx *.pyx *.pxd *.incl *.impl
2022-06-09 11:37:27 +00:00
recursive-include tests *
2022-10-29 18:07:19 +00:00
include src/rapidfuzz/__init__.pxd
include src/rapidfuzz/rapidfuzz.h
include extern/rapidfuzz-cpp/LICENSE
include extern/rapidfuzz-cpp/CMakeLists.txt
recursive-include extern/rapidfuzz-cpp/rapidfuzz *.hpp *.impl
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/utility/*
include extern/taskflow/taskflow/declarations.hpp
include extern/taskflow/taskflow/taskflow.hpp