Skip to content

Commit 0c08cef

Browse files
included string_grouper_utils package specification in setup.py (#62)
1 parent 166fe2e commit 0c08cef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
setup(
1111
name='string_grouper',
1212
version='0.5.0',
13-
packages=['string_grouper'],
13+
packages=['string_grouper', 'string_grouper_utils'],
1414
license='MIT License',
1515
description='String grouper contains functions to do string matching using TF-IDF and the cossine similarity. '
1616
'Based on https://bergvca.github.io/2017/10/14/super-fast-string-matching.html',

0 commit comments

Comments
 (0)