Skip to content

Commit

Permalink
add docs to sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann authored Dec 9, 2022
1 parent 42550d7 commit 1d68ab5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1d68ab5

Please sign in to comment.