add docs to sdist

This commit is contained in:
Max Bachmann 2022-12-09 15:34:56 +01:00 committed by GitHub
parent 42550d77f1
commit 1d68ab501b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,9 @@
## Changelog
### [unreleased] -
#### Added
- added docs to sdist
### [2.13.4] - 2022-12-08
#### Changed
- handle `float("nan")` similar to None for query / choice, since this is common for

View File

@ -12,6 +12,7 @@ recursive-include src/rapidfuzz CMakeLists.txt
recursive-include cmake *
recursive-include src/rapidfuzz *.hpp *.h *.cpp *.cxx *.pyx *.pxd *.incl *.impl
recursive-include tests *
recursive-include docs *
include src/rapidfuzz/__init__.pxd
include src/rapidfuzz/rapidfuzz.h