We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42550d7 commit 1d68ab5Copy full SHA for 1d68ab5
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Changelog
2
3
+### [unreleased] -
4
+#### Added
5
+- added docs to sdist
6
+
7
### [2.13.4] - 2022-12-08
8
#### Changed
9
- handle `float("nan")` similar to None for query / choice, since this is common for
MANIFEST.in
@@ -12,6 +12,7 @@ recursive-include src/rapidfuzz CMakeLists.txt
12
recursive-include cmake *
13
recursive-include src/rapidfuzz *.hpp *.h *.cpp *.cxx *.pyx *.pxd *.incl *.impl
14
recursive-include tests *
15
+recursive-include docs *
16
include src/rapidfuzz/__init__.pxd
17
include src/rapidfuzz/rapidfuzz.h
18
0 commit comments