Skip to content

Commit

Permalink
Merge pull request #16 from aboutcode-org/samecode
Browse files Browse the repository at this point in the history
Use halohash from samecode
  • Loading branch information
JonoYang authored Dec 6, 2024
2 parents e0f181c + e516b70 commit 1a42799
Show file tree
Hide file tree
Showing 17 changed files with 28 additions and 3,922 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ install_requires =
bitarray
commoncode
plugincode
samecode


[options.packages.find]
Expand Down
2 changes: 1 addition & 1 deletion src/matchcode_toolkit/fingerprinting.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import binascii
import re

from matchcode_toolkit.halohash import BitAverageHaloHash
from samecode.halohash import BitAverageHaloHash

# A collection of directory fingerprints that we want to avoid
IGNORED_DIRECTORY_FINGERPRINTS = [
Expand Down
Loading

0 comments on commit 1a42799

Please sign in to comment.