Skip to content

Commit 1d68ab5

Browse files
authored
add docs to sdist
1 parent 42550d7 commit 1d68ab5

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
### [unreleased] -
4+
#### Added
5+
- added docs to sdist
6+
37
### [2.13.4] - 2022-12-08
48
#### Changed
59
- handle `float("nan")` similar to None for query / choice, since this is common for

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ recursive-include src/rapidfuzz CMakeLists.txt
1212
recursive-include cmake *
1313
recursive-include src/rapidfuzz *.hpp *.h *.cpp *.cxx *.pyx *.pxd *.incl *.impl
1414
recursive-include tests *
15+
recursive-include docs *
1516
include src/rapidfuzz/__init__.pxd
1617
include src/rapidfuzz/rapidfuzz.h
1718

0 commit comments

Comments
 (0)