-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1ed8fb3
commit 9b7e101
Showing
26 changed files
with
491 additions
and
1,741 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +0,0 @@ | ||
[submodule "extern/jarowinkler-cpp"] | ||
path = extern/jarowinkler-cpp | ||
url = https://github.com/maxbachmann/jarowinkler-cpp.git | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,9 @@ | ||
include MANIFEST.in | ||
include setup.py | ||
include CMakeLists.txt | ||
include setup.cfg | ||
include README.md | ||
include LICENSE | ||
include pyproject.toml | ||
include _custom_build/backend.py | ||
include src/jarowinkler/py.typed | ||
include jarowinkler/py.typed | ||
|
||
recursive-include src/jarowinkler CMakeLists.txt | ||
recursive-include src/jarowinkler *.hpp *.pyx *.pxd *.cxx *.pyi | ||
recursive-include jarowinkler *.pyi | ||
recursive-include tests * | ||
|
||
include extern/jarowinkler-cpp/LICENSE | ||
include extern/jarowinkler-cpp/CMakeLists.txt | ||
recursive-include extern/jarowinkler-cpp/jaro_winkler *.hpp |
Oops, something went wrong.